WindowTypeHint
Description:
[ CCode ( cprefix = "GDK_WINDOW_TYPE_HINT_" , type_id = "gdk_window_type_hint_get_type ()" ) ]
public enum WindowTypeHint
These are hints for the window manager that indicate what type of function the window has.
The window manager can use this when determining decoration and behaviour of the window. The hint must be set before mapping the window.
See the Extended Window Manager Hints specification for more
details about window types.
Content:
Enum values:
- COMBO - A popup from a combo box.
- DESKTOP - Used for creating the desktop
background window.
- DIALOG - Dialog window.
- DND - A window that is used to implement a
DND cursor.
- DOCK - Used for creating dock or panel
windows.
- DROPDOWN_MENU - A menu that
belongs to a menubar.
- MENU - Window used to implement a menu;
GTK+ uses this hint only for torn-off menus, see
GtkTearoffMenuItem
.
- NORMAL - Normal toplevel window.
- NOTIFICATION - A notification -
typically a “bubble” that belongs to a status icon.
- POPUP_MENU - A menu that does not
belong to a menubar, e.
- SPLASHSCREEN - Window used to
display a splash screen during application startup.
- TOOLBAR - Window used to implement
toolbars.
- TOOLTIP - A tooltip.
- UTILITY - Utility windows which are not
detached toolbars or dialogs.