Virtual Method
GtkWidgethide
deprecated: 4.10
Declaration [src]
void
hide (
GtkWidget* widget
)
Description [src]
Reverses the effects of [method.Gtk.Widget.show].
This is causing the widget to be hidden (invisible to the user).
Deprecated since: 4.10
Use gtk_widget_set_visible()
instead.