GdkWindowType

Describes the kind of window.

Value

Symbolic name

Description

  0Gdk::WINDOW_ROOT Root window; this window has no parent, covers the entire screen, and is created by the window system.
  1Gdk::WINDOW_TOPLEVEL Toplevel window (used to implement GtkWindow).
  2Gdk::WINDOW_CHILD Child window (used to implement e.g. GtkButton).
  3Gdk::WINDOW_DIALOG Useless/deprecated compatibility type.
  4Gdk::WINDOW_TEMP Override redirect temporary window (used to implement GtkMenu).
  5Gdk::WINDOW_FOREIGN Foreign window (see window_foreign_new).