ScrolledWindow.maxContentWidth
int maxContentWidth() @property nothrowGet maxContentWidth property.
Returns
The maximum content width of @scrolled_window, or -1 if not set.
void maxContentWidth(int propval) @property nothrowSet maxContentWidth property.
Parameters
propval | The maximum content width of @scrolled_window, or -1 if not set. |