Widget.visible

bool visible() const nothrow @nogc

Checks if the widget is visible.

Returns

true if visible
void visible(bool value) nothrow @nogc

Sets the widget's visibility.

Parameters

valuetrue to show, false to hide