WindowState
Description:
[ CCode ( cprefix = "XFW_WINDOW_STATE_" , type_id = "xfw_window_state_get_type ()" ) ]
[ Flags ]
public enum WindowState
A flags bitfield representing various states the window can hold.
Content:
Enum values:
- ABOVE - window is always shown above other
windows.
- ACTIVE - window is active (and often has the
keyboard focus).
- BELOW - window is always shown below other
windows.
- FULLSCREEN - window is filling the
entire screen.
- MAXIMIZED - window is maximized.
- MINIMIZED - window is minimized/hidden.
- NONE - window has no state bits set.
- PINNED - window is shown on al workspaces.
- SHADED - window is hidden, except for its
title bar.
- SKIP_PAGER - window should not be shown
in pagers.
- SKIP_TASKLIST - window should not be
shown in task lists.
- URGENT - window is attempting to get the
user's attention.