gdkWindowConstrainSize {RGtk2} | R Documentation |
Constrains a desired width and height according to a set of geometry hints (such as minimum and maximum size).
gdkWindowConstrainSize(geometry, width, height)
|
[GdkGeometry ] a GdkGeometry structure |
|
[integer] desired width of window |
|
[integer] desired height of the window |
A list containing the following elements:
|
[integer] location to store resulting width |
|
[integer] location to store resulting height |
Derived by RGtkGen from GTK+ documentation