UIElement.visibility

Get visibility flag of the widget. A widget might still be invisible, if one of its parent is not visible.

  1. bool visibility()
    class UIElement
    public nothrow @nogc final pure const
    bool
    visibility
    ()
  2. void visibility(bool visible)

Meta