WindowType
Description:
[ CCode ( cprefix = "GDK_WINDOW_" ) ]
public enum WindowType
Describes the kind of window.
Content:
Enum values:
- CHILD - child window (used to implement e.
- DIALOG
- FOREIGN - foreign window (see
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
- TEMP - override redirect temporary window (used
to implement Menu)
- TOPLEVEL - toplevel window (used to
implement Window)