DAZ Script |
---|
DzSplitter ( DzWidget parent ) |
DAZ Script | |
---|---|
void | addWidget ( DzWidget widget ) |
Number | count () |
Number | indexOf ( DzWidget widget ) |
void | insertWidget ( Number index, DzWidget widget ) |
Boolean | isCollapsible ( Number index ) |
Boolean | restoreState ( ByteArray state ) |
ByteArray | saveState () |
void | setCollapsible ( Number index, Boolean collapse ) |
void | setStretchFactor ( Number index, Number stretch ) |
DzWidget | widget ( Number index ) |
Provides the user with the ability to control the size of child widgets by dragging the boundary between the children.
Holds whether or not the children widgets of the splitter are collapsible.
Holds the width of the splitter handle.
Holds whether or not resizing is opaque.
DzWidget::Orientation : orientation
Holds the orientation of the splitter.
DzSplitter( DzWidget parent )
Creates a splitter widget as a child of the given parent widget.
Parameter(s):
void : addWidget( DzWidget widget )
TODO: Add description.
TODO: Add description.
Number : indexOf( DzWidget widget )
TODO: Add description.
void : insertWidget( Number index, DzWidget widget )
TODO: Add description.
Boolean : isCollapsible( Number index )
TODO: Add description.
Boolean : restoreState( ByteArray state )
TODO: Add description.
TODO: Add description.
void : setCollapsible( Number index, Boolean collapse )
TODO: Add description.
void : setStretchFactor( Number index, Number stretch )
TODO: Add description.
DzWidget : widget( Number index )
TODO: Add description.