Widget.hide

void hide()

Reverses the effects of gtk.widget.Widget.show.

This is causing the widget to be hidden (invisible to the user).

Deprecated