Widget.setVisible

Sets the visibility state of widget.

Note that setting this to true doesn’t mean the widget is actually viewable, see gtk.widget.Widget.getVisible.

class Widget
void
setVisible
(
bool visible
)

Parameters

visible bool

whether the widget should be shown or not