Module: Gdk::WindowTypeHint
- Defined in:
- (unknown)
Constant Summary collapse
- NORMAL =
Normal toplevel window.
0 or :normal
- DIALOG =
Dialog window.
1 or :dialog
- MENU =
Window used to implement a menu; GTK+ uses
this hint only for torn-off menus, see Gtk::TearoffMenuItem. 2 or :menu
- TOOLBAR =
Window used to implement toolbars.
3 or :toolbar
- SPLASHSCREEN =
Window used to display a splash
screen during application startup. 4 or :splashscreen
- UTILITY =
Utility windows which are not detached
toolbars or dialogs. 5 or :utility
- DOCK =
Used for creating dock or panel windows.
6 or :dock
- DESKTOP =
Used for creating the desktop background
window. 7 or :desktop
- DROPDOWN_MENU =
A menu that belongs to a menubar.
8 or :dropdown_menu
- POPUP_MENU =
A menu that does not belong to a menubar,
e.g. a context menu. 9 or :popup_menu
- TOOLTIP =
A tooltip.
10 or :tooltip
- NOTIFICATION =
A notification - typically a “bubble”
that belongs to a status icon. 11 or :notification
- COMBO =
A popup from a combo box.
12 or :combo
- DND =
A window that is used to implement a DND cursor.
13 or :dnd