WindowType
Description:
[ CCode ( cprefix = "WNCK_WINDOW_" , type_id = "wnck_window_type_get_type ()" ) ]
public enum WindowType
Type describing the semantic type of a Window.
Content:
Enum values:
- DESKTOP - the window is a desktop.
- DIALOG - the window is a dialog
window.
- DOCK - the window is a dock or a panel.
- MENU - the window is a tearoff menu.
- NORMAL - the window is a normal
window.
- SPLASHSCREEN - the window is a
splash screen displayed as an application is starting up.
- TOOLBAR - the window is a tearoff
toolbar.
- UTILITY - the window is a small
persistent utility window, such as a palette or toolbox.