Widget.visible
bool visible() const nothrow @nogcChecks if the widget is visible.
Returns
true if visible
void visible(bool value) nothrow @nogcSets the widget's visibility.
Parameters
value | true to show, false to hide |
bool visible() const nothrow @nogcChecks if the widget is visible.
void visible(bool value) nothrow @nogcSets the widget's visibility.
value | true to show, false to hide |