Enumeration

GdkWindowState

Declaration

flags Gdk.WindowState

Description [src]

Specifies the state of a toplevel window.

Members

GDK_WINDOW_STATE_WITHDRAWN

The window is not shown.

  • Value: 1
  • Available since: 3.0
GDK_WINDOW_STATE_ICONIFIED

The window is minimized.

  • Value: 2
  • Available since: 3.0
GDK_WINDOW_STATE_MAXIMIZED

The window is maximized.

  • Value: 4
  • Available since: 3.0
GDK_WINDOW_STATE_STICKY

The window is sticky.

  • Value: 8
  • Available since: 3.0
GDK_WINDOW_STATE_FULLSCREEN

The window is maximized without decorations.

  • Value: 16
  • Available since: 3.0
GDK_WINDOW_STATE_ABOVE

The window is kept above other windows.

  • Value: 32
  • Available since: 3.0
GDK_WINDOW_STATE_BELOW

The window is kept below other windows.

  • Value: 64
  • Available since: 3.0
GDK_WINDOW_STATE_FOCUSED

The window is presented as focused (with active decorations).

  • Value: 128
  • Available since: 3.0
GDK_WINDOW_STATE_TILED

The window is in a tiled state, Since 3.10. Since 3.22.23, this is deprecated in favor of per-edge information.

  • Value: 256
  • Available since: 3.0
GDK_WINDOW_STATE_TOP_TILED

Whether the top edge is tiled, Since 3.22.23

  • Value: 512
  • Available since: 3.0
GDK_WINDOW_STATE_TOP_RESIZABLE

Whether the top edge is resizable, Since 3.22.23

  • Value: 1024
  • Available since: 3.0
GDK_WINDOW_STATE_RIGHT_TILED

Whether the right edge is tiled, Since 3.22.23

  • Value: 2048
  • Available since: 3.0
GDK_WINDOW_STATE_RIGHT_RESIZABLE

Whether the right edge is resizable, Since 3.22.23

  • Value: 4096
  • Available since: 3.0
GDK_WINDOW_STATE_BOTTOM_TILED

Whether the bottom edge is tiled, Since 3.22.23

  • Value: 8192
  • Available since: 3.0
GDK_WINDOW_STATE_BOTTOM_RESIZABLE

Whether the bottom edge is resizable, Since 3.22.23

  • Value: 16384
  • Available since: 3.0
GDK_WINDOW_STATE_LEFT_TILED

Whether the left edge is tiled, Since 3.22.23

  • Value: 32768
  • Available since: 3.0
GDK_WINDOW_STATE_LEFT_RESIZABLE

Whether the left edge is resizable, Since 3.22.23

  • Value: 65536
  • Available since: 3.0