C4 Engine
C4 Engine API Documentation

FillableWidget::SetFillFlags

Defined in:  C4Widgets.h
Sets the fill flags.
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.
The initial value of the fill flags is zero.
See Also

FillableWidget::GetFillFlags