TGTabLayout


class description - source file - inheritance tree

class TGTabLayout : public TGLayoutManager


    public:
TGTabLayout TGTabLayout(TGTab* main) TGTabLayout TGTabLayout(TGTabLayout&) void ~TGTabLayout() static 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) 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.

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)
               void StreamerNVirtual(TBuffer& b)
        TGTabLayout TGTabLayout(TGTabLayout&)
               void ~TGTabLayout()


Author: Fons Rademakers 13/01/98
Last update: root/gui:$Name: $:$Id: TGTab.cxx,v 1.5 2002/02/23 16:05:11 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.