ScrolledWindow.setMinContentWidth

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.

class ScrolledWindow
void
setMinContentWidth
(
int width
)

Parameters

width int

the minimal content width Since 3.0

Meta