GdkWindowType
Describes the kind of window.
Value | Symbolic name | Description | | 0 | Gdk::WINDOW_ROOT |
Root window; this window has no parent, covers the entire
screen, and is created by the window system.
| | 1 | Gdk::WINDOW_TOPLEVEL |
Toplevel window (used to implement GtkWindow).
| | 2 | Gdk::WINDOW_CHILD |
Child window (used to implement e.g. GtkButton).
| | 3 | Gdk::WINDOW_DIALOG |
Useless/deprecated compatibility type.
| | 4 | Gdk::WINDOW_TEMP |
Override redirect temporary window (used to implement
GtkMenu).
| | 5 | Gdk::WINDOW_FOREIGN |
Foreign window (see window_foreign_new).
|
User Contributed Notes gdk.enum.windowtype.php
| 
|
There are no user contributed notes for this page.
|
|