#include <TGTabDialog.h>
Inheritance diagram for TGTabDialog:

Definition at line 31 of file TGTabDialog.h.
Public Member Functions | |
| TList * | GetListOfTabs () |
| TGTab * | GetTab () |
| TGTabDialog (const TGWindow *p, const TGWindow *main, UInt_t w=500, UInt_t h=300, UInt_t options=kVerticalFrame) | |
| virtual void | DrawDialog () |
| virtual | ~TGTabDialog () |
| virtual void | Ok () |
| virtual void | Apply () |
| virtual void | Cancel () |
| virtual void | CloseWindow () |
| virtual void | HandlePopup (Int_t) |
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented in SignalDialog, SlotDialog, ConnectionDialog, and DelegationDialog. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 45 of file TGTabDialog.h.
00045 { return fListOfTabs; };
|
|
|
Definition at line 47 of file TGTabDialog.h.
00047 { return fTab; };
|
|
|
|
|
|
|
1.3.2