TGTabLayout
class description - source file - inheritance tree
    public:
              TGTabLayout TGTabLayout(TGTabLayout&)
              TGTabLayout TGTabLayout(TGTab* main)
                     void ~TGTabLayout()
                  TClass* Class()
      virtual TGDimension GetDefaultSize() const
          virtual TClass* IsA() const
             virtual void Layout()
             virtual void ShowMembers(TMemberInspector& insp, char* parent)
             virtual void Streamer(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     
 is a 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.
void Layout()
 Layout the tab widget.
TGDimension GetDefaultSize() const
 Get default size of tab widget.
Inline Functions
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
        TGTabLayout TGTabLayout(TGTabLayout&)
               void ~TGTabLayout()
Author:     Fons Rademakers   13/01/98
Last update:   2.23/02 02/09/99  15.54.27  by  Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved.         *
ROOT page - Class index - 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.