| Import line: | Gdk = imports.gi.Gdk; |
| GIR File: | Gdk-3.0.gir |
| C documentation: | GdkWindowHints |
| Enum : | WindowHints |
| Properties | |
|---|---|
|
guint32 Gdk.WindowHints.ASPECT : 16
|
|
|
guint32 Gdk.WindowHints.BASE_SIZE : 8
|
|
|
guint32 Gdk.WindowHints.MAX_SIZE : 4
|
|
|
guint32 Gdk.WindowHints.MIN_SIZE : 2
|
|
|
guint32 Gdk.WindowHints.POS : 1
|
|
|
guint32 Gdk.WindowHints.RESIZE_INC : 32
|
|
|
guint32 Gdk.WindowHints.USER_POS : 128
|
|
|
guint32 Gdk.WindowHints.USER_SIZE : 256
|
|
|
guint32 Gdk.WindowHints.WIN_GRAVITY : 64
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gdk.Window
Method |
set_geometry_hints
(Geometry geometry, WindowHints geom_mask)
:
none
Sets the geometry hints for window.
|
|
Gtk.Window
Method |
This function sets up hints about how a window can be resized by
the user. |