DAZ Script |
---|
DzVBoxLayout ( DzWidget parent ) |
DzVBoxLayout ( DzLayout parent ) |
Provided as a convenience for creating a DzBoxLayout where the direction is automatically initially set to DzBoxLayout::TopToBottom.
DzVBoxLayout( DzWidget parent )
Creates a vertical box layout that manages the children widgets of the given parent widget
DzVBoxLayout( DzLayout parent )
Creates a vertical box layout as a sub-layout of the given layout