OverlaySplitView.minSidebarWidth

double minSidebarWidth() @property nothrow

Get minSidebarWidth property.

Returns

The minimum sidebar width.

Minimum width is affected by adw.overlay_split_view.OverlaySplitView.sidebarWidthUnit.

The sidebar widget can still be allocated with larger width if its own minimum width exceeds it.

void minSidebarWidth(double propval) @property nothrow

Set minSidebarWidth property.

Parameters

propvalThe minimum sidebar width. Minimum width is affected by adw.overlay_split_view.OverlaySplitView.sidebarWidthUnit. The sidebar widget can still be allocated with larger width if its own minimum width exceeds it.