GtkWidget::hide_all

void hide_all(void);

hide_all() is the corollary to show_all() , and the same reservations regards the levels of children that will respond to this call, apply. If in doubt, hide() the child widgets individually.

See also: hide()