ScrolledWindow.setMaxContentWidth

Sets the maximum width that @scrolled_window should keep visible.

The @scrolled_window will grow up to this width before it starts scrolling the content.

It is a programming error to set the maximum content width to a value smaller than [property@Gtk.ScrolledWindow:min-content-width].

class ScrolledWindow
void
setMaxContentWidth
(
int width
)

Parameters

width int

the maximum content width

Meta