library: libGui
#include "TGTab.h"

TGTabElement


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

class TGTabElement : public TGFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGTabElement

    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)

Data Members


    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

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.                                      
                                                                      

TGTabElement(const TGWindow *p, TGString *text, UInt_t w, UInt_t h, GContext_t norm, FontStruct_t font, UInt_t options, ULong_t back)
 Create a tab element. Text is adopted by tab element.
TGTabElement(const TGTabElement& te)
copy constructor
TGTabElement& operator=(const TGTabElement& te)
assignment operator
~TGTabElement()
 Delete tab element.
void DrawBorder()
 Draw little tab element.
Bool_t HandleButton(Event_t *event)
 Handle button event in the tab widget. Basically we only handle
 button events in the small tabs.
TGDimension GetDefaultSize()
 Return default size of tab element.
void SetText(TGString *text)
 Set new tab text.
void SetEnabled(Int_t tabIndex, Bool_t on = kTRUE)
Bool_t IsEnabled(Int_t tabIndex)
void SetEditDisabled(UInt_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.