class FillableWidget
Defined in:
The C4Widgets.h
FillableWidget
class is the base class for widgets that can render a fill.
Definition
class StrokableWidget final : public DynamicSlugWidget
Member Functions
FillableWidget::GetFillFlags |
Returns the fill flags. |
FillableWidget::SetFillFlags |
Sets the fill flags. |
Description
The FillableWidget
class is the base class for widgets that can render a fill.
Base Classes
StrokableWidget |
All fillable widgets are also strokable widgets. |