| Import line: | Gdk = imports.gi.Gdk; |
| GIR File: | Gdk-2.0.gir |
| C documentation: | GdkWMDecoration |
| Enum : | WMDecoration |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gdk.WMDecoration.ALL : 1
|
|
|
Number Gdk.WMDecoration.BORDER : 2
|
|
|
Number Gdk.WMDecoration.MAXIMIZE : 64
|
|
|
Number Gdk.WMDecoration.MENU : 16
|
|
|
Number Gdk.WMDecoration.MINIMIZE : 32
|
|
|
Number Gdk.WMDecoration.RESIZEH : 4
|
|
|
Number Gdk.WMDecoration.TITLE : 8
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gdk.Window
Method |
set_decorations
(WMDecoration decorations)
:
none
"Decorations" are the features the window manager adds to a toplevel GdkWindow.
|
|
Gdk.Window
Method |
get_decorations
(WMDecoration decorations)
:
Boolean
Returns the decorations set on the GdkWindow with gdk_window_set_decorations
|