Method

AdwOverlaySplitViewset_collapsed

Declaration [src]

void
adw_overlay_split_view_set_collapsed (
  AdwOverlaySplitView* self,
  gboolean collapsed
)

Description [src]

Sets whether self view is collapsed.

When collapsed, the sidebar widget is presented as an overlay above the content widget, otherwise they are displayed side by side.

Available since:1.4

Parameters

collapsed gboolean
 

Whether self is collapsed.