gtkContainerSetResizeMode {RGtk2} | R Documentation |
Sets the resize mode for the container.
gtkContainerSetResizeMode(object, resize.mode)
|
[GtkContainer ] a GtkContainer |
|
[GtkResizeMode ] the new resize mode |
The resize mode of a container determines whether a resize request will be passed to the container's parent, queued for later execution or executed immediately.
Derived by RGtkGen from GTK+ documentation