setVisible

open fun setVisible(visible: Boolean)

Sets the visibility state of @widget.

Note that setting this to true doesn’t mean the widget is actually viewable, see method@Gtk.Widget.get_visible.

This function simply calls method@Gtk.Widget.show or method@Gtk.Widget.hide but is nicer to use when the visibility of the widget depends on some condition.

Parameters

visible

whether the widget should be shown or not