FillableWidget::GetFillFlags
Defined in:
Returns the fill flags.
C4Widgets.h
Prototype
uint32 GetFillFlags(void) const;
Description
The GetFillFlags
function returns the fill flags, which can be a combination (through logical OR) of the following constants.
kFillDisabled |
No fill is drawn for the widget. |
See Also