| DAZ Script | |
|---|---|
| Number | depth () |
| Number | getNumWindows () |
| Number | getPreferredDepth () |
| DzDockWindow | getWindow ( Number which ) |
| Boolean | isMinimized () |
| void | minimize () |
| Number | minimumDepth () |
| void | restore () |
| void | setPreferredDepth ( Number depth ) |
| void | toggleMinimized () |
TODO: Add detailed description.
Return Value:
Number : getNumWindows()
Return Value:
Return Value:
DzDockWindow : getWindow( Number which )
Parameter(s):
Return Value:
Boolean : isMinimized()
Return Value:
true if this column is currently minimized, otherwise false.void : minimize()
Minimizes this column, if it is not already. The column shrinks so that only its resizing handle is visible.
Number : minimumDepth()
Return Value:
void : restore()
Restores this column to its previous depth if this column is currently minimized.
void : setPreferredDepth( Number depth )
Sets the 'depth' of this column.
Parameter(s):
Attention:
void : toggleMinimized()
Toggles whether or not this column is minimized - if minimized, this column restores itself, if full size this column becomes minimized.