WindowType
Description:
[ CCode ( cprefix = "GDK_WINDOW_" , type_id = "gdk_window_type_get_type ()" ) ]
public enum WindowType
Describes the kind of window.
Content:
Enum values:
- CHILD - child window (used to implement e.
- FOREIGN - foreign window (see
gdk_window_foreign_new
)
- OFFSCREEN - offscreen window (see
Offscreen Windows).
- ROOT - root window; this window has no
parent, covers the entire screen, and is created by the window system
- SUBSURFACE - subsurface-based window;
This window is visually tied to a toplevel, and is moved/stacked with it.
- TEMP - override redirect temporary window (
used to implement
GtkMenu
)
- TOPLEVEL - toplevel window (used to
implement
GtkWindow
)