GtkWidget::hide

void hide(void);

hide() is the corollary to the show() method. It combines other methods in order to hide the calling widget from display.

See also: show() .