gtkWindowSetGeometryHints {RGtk2} | R Documentation |
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.
gtkWindowSetGeometryHints(object, geometry.widget, geometry)
|
[GtkWindow ] a GtkWindow |
|
[GtkWidget ] widget the geometry hints will be applied to |
|
[GdkGeometry ] struct containing geometry information |
Derived by RGtkGen from GTK+ documentation