WindowState
  
  Description:
  [ CCode ( cprefix = "GDK_WINDOW_STATE_" ,  type_id = "gdk_window_state_get_type ()" ) ]
[ Flags ]
public enum WindowState
  
  
    Specifies the state of a toplevel window.
   
  
  
  Content:
  Enum values:
  
    - ABOVE - the window is kept above other 
        windows.
- BELOW - the window is kept below other 
        windows.
- BOTTOM_RESIZABLE - whether the 
        bottom edge is resizable, Since 3.22.23
- BOTTOM_TILED - whether the bottom 
        edge is tiled, Since 3.22.23
- FOCUSED - the window is presented as 
        focused (with active decorations).
- FULLSCREEN - the window is maximized 
        without  decorations.
- ICONIFIED - the window is minimized.
      
- LEFT_RESIZABLE - whether the left
         edge is resizable, Since 3.22.23
- LEFT_TILED - whether the left edge is
         tiled, Since 3.22.23
- MAXIMIZED - the window is maximized.
      
- RIGHT_RESIZABLE - whether the 
        right edge is resizable, Since 3.22.23
- RIGHT_TILED - whether the right edge
         is tiled, Since 3.22.23
- STICKY - the window is sticky.
    
- TILED - the window is in a tiled state, 
        Since 3.10.
- TOP_RESIZABLE - whether the top 
        edge is resizable, Since 3.22.23
- TOP_TILED - whether the top edge is 
        tiled, Since 3.22.23
- WITHDRAWN - the window is not shown.