FillableWidget::SetFillFlags
Defined in:
Sets the fill flags.
C4Widgets.h
Prototype
void SetFillFlags(uint32 flags);
Parameters
flags |
The new fill flags. |
Description
The SetFillFlags
function sets the fill flags to the value specified by the flags
parameter, which can be a combination (through logical OR) of the following constants.
kFillDisabled |
No fill is drawn for the widget. |
See Also