| Import line: | Gdk = imports.gi.Gdk; |
| GIR File: | Gdk-3.0.gir |
| C documentation: | GdkWindowState |
| Enum : | WindowState |
| Properties | |
|---|---|
|
guint32 Gdk.WindowState.ABOVE : 32
|
|
|
guint32 Gdk.WindowState.BELOW : 64
|
|
|
guint32 Gdk.WindowState.FULLSCREEN : 16
|
|
|
guint32 Gdk.WindowState.ICONIFIED : 2
|
|
|
guint32 Gdk.WindowState.MAXIMIZED : 4
|
|
|
guint32 Gdk.WindowState.STICKY : 8
|
|
|
guint32 Gdk.WindowState.WITHDRAWN : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gdk
Method |
|
|
Gdk.Window
Method |
get_state
()
:
Gdk.WindowState
Gets the bitwise OR of the currently active window state flags,
from the GdkWindowState enumeration. |