DAZ Script | |
---|---|
Direction | { LeftToRight, RightToLeft, TopToBottom, BottomToTop } |
DAZ Script |
---|
DzBoxLayout ( DzWidget parent, Direction direction=LeftToRight ) |
DzBoxLayout ( DzLayout parent, Direction direction=LeftToRight ) |
A layout that manages child items in a horizontal or vertical box.
Used to determine the direction of a box layout.
DzBoxLayout( DzWidget parent, Direction direction=LeftToRight )
Creates a box layout that manages child items.
Parameter(s):
DzBoxLayout( DzLayout parent, Direction direction=LeftToRight )
Creates a box layout as a sub-layout of another layout.
Parameter(s):
void : addLayout( DzLayout item, Number stretch=0 )
Adds a layout to the items managed by this layout.
Parameter(s):
void : addSpacing( Number size )
Adds a non-stretchable space to the end of this layout.
Parameter(s):
void : addStretch( Number stretch=0 )
Adds a stretchable space to the end of this layout.
Parameter(s):
void : addStrut( Number size )
Limits the minimum dimension perpendicular to the direction of this layout.
Parameter(s):
void : addWidget( DzWidget item, Number stretch=0 )
Adds a widget to the items managed by this layout.
Parameter(s):