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

Public Member Functions | |
| GuiBox (TGWindow &parent, unsigned int option, int width=1, int height=1) | |
| virtual | ~GuiBox () |
|
||||||||||||||||||||
|
Definition at line 28 of file GuiBox.h. References option, and GuiBase::SetLayoutHints(). Referenced by GuiMultiEntry::AddEntry(), PageDisplay::AddPage(), TridPageDisplay::BuildGUI(), PageDisplay::BuildGUI(), TridPageDisplay::MySpawnSinglePage(), and PageDisplay::SpawnSinglePage(). 00029 : TGCompositeFrame(&parent,width,height,option|kChildFrame)
00030 { this->SetLayoutHints(kLHintsExpandX|kLHintsExpandY); }
|
|
|
Definition at line 31 of file GuiBox.h. 00031 { }
|
1.3.9.1