Method
GtkContainerget_resize_mode
Declaration [src]
GtkResizeMode
gtk_container_get_resize_mode (
GtkContainer* container
)
Description [src]
Returns the resize mode for the container. See gtk_container_set_resize_mode ().
Deprecated since: | 3.12 |
Resize modes are deprecated. They aren’t necessary anymore since frame clocks and might introduce obscure bugs if used. |
Gets property | Gtk.Container:resize-mode |
Return value
Returns: | GtkResizeMode |
The current resize mode. |