Window.setGeometryHints
void setGeometryHints(gtk.widget.Widget geometryWidget, gdk.types.Geometry geometry, gdk.types.WindowHints geomMask)This function sets up hints about how a window can be resized by the user. You can set a minimum and maximum size; allowed resize increments (e.g. for xterm, you can only resize by the size of a character); aspect ratios; and more. See the #GdkGeometry struct.
Parameters
geometryWidget | widget the geometry hints used to be applied to or null. Since 3.20 this argument is ignored and GTK behaves as if null was set. |
geometry | struct containing geometry information or null |
geomMask | mask indicating which struct fields should be paid attention to |