library: libGui
#include "TGTab.h"

TGTabLayout


class description - header file - source file - inheritance tree (.pdf)

class TGTabLayout : public TGLayoutManager

Inheritance Chart:
TObject
<-
TGLayoutManager
<-
TGTabLayout

    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)

Data Members


    protected:
TGTab* fMain container frame TList* fList list of frames to arrange

Class Description

                                                                      
 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.                                      
                                                                      

TGTabLayout(TGTab *main)
 Create a tab layout manager.
TGTabLayout(const TGTabLayout& tl)
copy constructor
TGTabLayout& operator=(const TGTabLayout& tl)
assignment operator
void Layout()
 Layout the tab widget.
TGDimension GetDefaultSize()
 Get default size of tab widget.
void SavePrimitive(ostream &out, Option_t * /*= ""*/)

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.