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.

Parameters

visible

whether the widget should be shown or not