gtkContainerSetResizeMode {RGtk2}R Documentation

gtkContainerSetResizeMode

Description

Sets the resize mode for the container.

Usage

gtkContainerSetResizeMode(object, resize.mode)

Arguments

object [GtkContainer] a GtkContainer
resize.mode [GtkResizeMode] the new resize mode

Details

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]