Inheritance diagram for MyVBox:

Public Member Functions | |
| MyVBox (TGWindow &parent) | |
| void | LayoutChildren (void) |
|
|
Definition at line 28 of file test-BBox.cxx. 00028 : GuiVBox(parent) {};
|
|
|
Reimplemented from GuiBase. Definition at line 29 of file test-BBox.cxx. References GuiBase::LayoutChildren(). 00029 { this->GuiVBox::LayoutChildren(); }
|
1.3.9.1