DAZ Script |
---|
DzHBoxLayout ( DzWidget parent ) |
DzHBoxLayout ( DzLayout parent ) |
Provided as a convenience for creating a DzBoxLayout where the direction is automatically initially set to DzBoxLayout::LeftToRight.
DzHBoxLayout( DzWidget parent )
Creates a horizontal box layout that manages child items.
Parameter(s):
DzHBoxLayout( DzLayout parent )
Creates a horizontal box layout as a sub-layout to another layout.
Parameter(s):