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

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