set_min_content_width
Description:
Sets the minimum width that this should keep visible.
Note that this can and (usually will) be smaller than the minimum size of the content.
It is a programming error to set the minimum content width to a value greater than [property@Gtk.ScrolledWindow:max-content-width].
Parameters:
this |
a `GtkScrolledWindow` |
width |
the minimal content width |