Module: Gdk::WindowTypeHint

Defined in:
(unknown)

Constant Summary collapse

NORMAL =

Normal toplevel window.

0 or :normal
DIALOG =

Dialog window.

1 or :dialog
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
8 or :dropdown_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