Method

GdkWindowhide

Declaration [src]

void
gdk_window_hide (
  GdkWindow* window
)

Description [src]

For toplevel windows, withdraws them, so they will no longer be known to the window manager; for all windows, unmaps them, so they won’t be displayed. Normally done automatically as part of gtk_widget_hide().