Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-3.0.gir |
C documentation: | GdkGeometry |
Struct : | Geometry |
Properties | Defined By | |
---|---|---|
base_height : gint32
|
Gdk.Geometry | |
base_width : gint32
|
Gdk.Geometry | |
height_inc : gint32
|
Gdk.Geometry | |
max_aspect : gdouble
|
Gdk.Geometry | |
max_height : gint32
|
Gdk.Geometry | |
max_width : gint32
|
Gdk.Geometry | |
min_aspect : gdouble
|
Gdk.Geometry | |
min_height : gint32
|
Gdk.Geometry | |
min_width : gint32
|
Gdk.Geometry | |
width_inc : gint32
|
Gdk.Geometry | |
win_gravity : Gdk.Gravity
|
Gdk.Geometry |
Method / Constructor | Defined By | |
---|---|---|
new Gdk.Geometry
()
Create a new Gdk.Geometry
Create a new Gdk.Geometry
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdk.Window
Method |
Constrains a desired width and height according to a
set of geometry hints (such as minimum and maximum size). |
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. |