Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-3.0.gir |
C documentation: | GdkWMDecoration |
Enum : | WMDecoration |
Properties | |
---|---|
guint32 Gdk.WMDecoration.ALL : 1
|
|
guint32 Gdk.WMDecoration.BORDER : 2
|
|
guint32 Gdk.WMDecoration.MAXIMIZE : 64
|
|
guint32 Gdk.WMDecoration.MENU : 16
|
|
guint32 Gdk.WMDecoration.MINIMIZE : 32
|
|
guint32 Gdk.WMDecoration.RESIZEH : 4
|
|
guint32 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.
|