Widget.getVisible

Determines whether the widget is visible. Note that this doesn't take into account whether the widget's parent is also visible or the widget is obscured in any way. See gtk_widget_set_visible(). Since 2.18

class Widget
int
getVisible
()

Return Value

Type: int

TRUE if the widget is visible

Meta