Widget.isVisible

Determines whether the widget and all its parents are marked as visible.

This function does not check if the widget is obscured in any way.

See also Widget.getVisible and Widget.setVisible

class Widget
bool
isVisible
()

Return Value

Type: bool

TRUE if the widget and all its parents are visible

Meta