| Import line: | Gdk = imports.gi.Gdk; |
| GIR File: | Gdk-2.0.gir |
| C documentation: | GdkWMFunction |
| Enum : | WMFunction |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gdk.WMFunction.ALL : 1
|
|
|
Number Gdk.WMFunction.CLOSE : 32
|
|
|
Number Gdk.WMFunction.MAXIMIZE : 16
|
|
|
Number Gdk.WMFunction.MINIMIZE : 8
|
|
|
Number Gdk.WMFunction.MOVE : 4
|
|
|
Number Gdk.WMFunction.RESIZE : 2
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gdk.Window
Method |
set_functions
(WMFunction functions)
:
none
Sets hints about the window management functions to make available via buttons on the window frame.
|