Method
GtkContainerset_resize_mode
deprecated: 3.12
Declaration [src]
void
gtk_container_set_resize_mode (
GtkContainer* container,
GtkResizeMode resize_mode
)
Description [src]
Sets the resize mode for the container.
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.
Deprecated since: 3.12
Resize modes are deprecated. They aren’t necessary anymore since frame clocks and might introduce obscure bugs if used.
Sets property | Gtk.Container:resize-mode |
Parameters
resize_mode
-
Type:
GtkResizeMode
The new resize mode.