Widget.active
bool active() const nothrow @nogcChecks if the widget is active (enabled).
Returns
true if active
void active(bool value) nothrow @nogcSets the widget's active state.
Parameters
value | true to activate, false to deactivate |
bool active() const nothrow @nogcChecks if the widget is active (enabled).
void active(bool value) nothrow @nogcSets the widget's active state.
value | true to activate, false to deactivate |