DAZ Script |
---|
DzGroupBox ( DzWidget parent ) |
Provides a group box frame, with an optional title and an ability to be checked like a DzCheckBox.
DzWidget::AlignmentFlags : alignment
Holds the alignment of the group box title.
Holds whether or not the group box is checkable.
Holds whether or not the group box is checked.
Holds the number of columns in the group box.
Holds whether or not the group box is painted flat (without a frame).
Holds the margin between items inside the group box and the frame.
Holds the spacing between items inside the group box.
DzWidget::Orientation : orientation
Holds the orientation of the group box.
Holds the title of the group box.
DzGroupBox( DzWidget parent )
Creates a group box as a child of the given parent widget.
Parameter(s):
void : addSpace( Number space )
Adds an empty cell at the next free position. If space
is greater than 0, the empty cell uses space
as its fixed width (if Orientation is Horizontal) or height (if Orientation is Vertical).
void : clicked( Boolean checked=false )
Signature:“clicked(bool)”
Emitted when the DzGroupBox's check box is clicked. Passes the new state of the check box.
void : toggled( Boolean onOff )
Signature:“toggled(bool)”
Emitted when the DzGroupBox's check box is toggled. Passes the new state of the check box.