NavigationSplitView.collapsed

bool collapsed() @property

Get collapsed property.

Returns

Whether the split view is collapsed.

When collapsed, the children are put inside an adw.navigation_view.NavigationView, otherwise they are displayed side by side.

The adw.navigation_split_view.NavigationSplitView.showContent controls which child is visible while collapsed.

void collapsed(bool propval) @property

Set collapsed property.

Parameters

propvalWhether the split view is collapsed. When collapsed, the children are put inside an adw.navigation_view.NavigationView, otherwise they are displayed side by side. The adw.navigation_split_view.NavigationSplitView.showContent controls which child is visible while collapsed.