| library: libGui #include "TGTab.h" |
| Inheritance Chart: | |||||||||||||
|
protected:
TGTabLayout(const TGTabLayout&)
TGTabLayout& operator=(const TGTabLayout&)
public:
TGTabLayout(TGTab* main)
~TGTabLayout()
static TClass* Class()
virtual TGDimension GetDefaultSize() const
virtual TClass* IsA() const
virtual void Layout()
virtual void SavePrimitive(ostream& out, Option_t* option = "")
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TGTab* fMain container frame
TList* fList list of frames to arrange
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.