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 child items.
Parameter(s):
DzVBoxLayout( DzLayout parent )
Creates a vertical box layout as a sub-layout to another layout.
Parameter(s):