library: libGui #include "TGTab.h" |
TGTabElement
class description - header file - source file - inheritance tree (.pdf)
protected:
TGTabElement(const TGTabElement&)
TGTabElement& operator=(const TGTabElement&)
public:
TGTabElement(const TGWindow* p = 0, TGString* text = 0, UInt_t w = 1, UInt_t h = 1, GContext_t norm = TGTab::GetDefaultGC()(), FontStruct_t font = TGTab::GetDefaultFontStruct(), UInt_t options = kRaisedFrame, Pixel_t back = GetDefaultFrameBackground())
virtual ~TGTabElement()
static TClass* Class()
virtual void DrawBorder()
virtual TGDimension GetDefaultSize() const
const char* GetString() const
const TGString* GetText() const
virtual Bool_t HandleButton(Event_t* event)
virtual TClass* IsA() const
Bool_t IsEnabled() const
virtual void SetEditDisabled(UInt_t)
virtual void SetEnabled(Bool_t on = kTRUE)
void SetText(TGString* text)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TGString* fText text on tab
GContext_t fNormGC graphics context for drawing tab
FontStruct_t fFontStruct font used for tab
UInt_t fTWidth width of tab text
UInt_t fTHeight height of tab text
Bool_t fEnabled enabled or disabled
TGTab, TGTabElement, TGTabLayout
A tab widget contains a set of composite frames each with a little
tab with a name (like a set of folders with tabs).
The TGTab is user callable. The TGTabElement and TGTabLayout are
service classes of the tab widget.
Clicking on a tab will bring the associated composite frame to the
front and generate the following event:
kC_COMMAND, kCM_TAB, tab id, 0.
Bool_t HandleButton(Event_t *event)
Handle button event in the tab widget. Basically we only handle
button events in the small tabs.
Author: Fons Rademakers 13/01/98
Last update: root/gui:$Name: $:$Id: TGTab.cxx,v 1.37 2006/07/09 05:27:54 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.