ScrolledWindow.setMinContentWidth
void setMinContentWidth(int width)Sets the minimum width that scrolled_window 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 propertyGtk.ScrolledWindow:max-content-width.
Parameters
width | the minimal content width |