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

Public Member Functions | |
| GuiVBox (TGWindow &parent) | |
| virtual | ~GuiVBox () |
|
|
Definition at line 48 of file GuiBox.h. References GuiBase::SetLayoutHints(). 00048 : GuiBox(parent,kVerticalFrame) 00049 { this->SetLayoutHints(kLHintsExpandY); }
|
|
|
Definition at line 50 of file GuiBox.h. 00050 { }
|
1.3.9.1