WindowType
Description:
[ CCode ( cprefix = "XFW_WINDOW_TYPE_" , type_id = "xfw_window_type_get_type ()" ) ]
public enum WindowType
Enumeration describing the windows type or function.
Content:
Enum values:
- DESKTOP - window is responsible for drawing
the desktop.
- DIALOG - window is a temporary dialog, like
an error alert.
- DOCK - window is a dock or panel.
- MENU - window is a popup menu.
- NORMAL - window is a regular window.
- SPLASHSCREEN - window is an application
splash screen.
- TOOLBAR - window is a detached toolbar.
- UTILITY - window is a utility menu, like a
tool picker or color palette.