GdkWindowType

Describes the kind of window. GDK_WINDOW_ROOT root window; this window has no parent, covers the entire screen, and is created by the window system GDK_WINDOW_TOPLEVEL toplevel window (used to implement GtkWindow) GDK_WINDOW_CHILD child window (used to implement e.g. GtkEntry) GDK_WINDOW_DIALOG useless/deprecated compatibility type GDK_WINDOW_TEMP override redirect temporary window (used to implement GtkMenu) GDK_WINDOW_FOREIGN foreign window (see gdk_window_foreign_new()) GDK_WINDOW_OFFSCREEN offscreen window (see the section called “Offscreen Windows”). Since 2.18

Values

ValueMeaning
ROOT
TOPLEVEL
CHILD
DIALOG
TEMP
FOREIGN
OFFSCREEN

Meta