Module: Wnck::WindowType

Defined in:
(unknown)

Constant Summary collapse

NORMAL =

the window is a normal window.

0 or :normal
DESKTOP =

the window is a desktop.

1 or :desktop
DOCK =

the window is a dock or a panel.

2 or :dock
DIALOG =

the window is a dialog window.

3 or :dialog
TOOLBAR =

the window is a tearoff toolbar.

4 or :toolbar
5 or :menu
UTILITY =

the window is a small persistent utility window, such as a palette or toolbox.

6 or :utility
SPLASHSCREEN =

the window is a splash screen displayed as an application is starting up.

7 or :splashscreen