Method

AdwViewSwitcherSidebarset_suffix

since: 1.10

Declaration [src]

void
adw_view_switcher_sidebar_set_suffix (
  AdwViewSwitcherSidebar* self,
  GtkWidget* suffix
)

Description [src]

Sets the widget to be displayed after the sidebar items.

The suffix will be displayed immediately after the items. To display it at the bottom of the sidebar instead, set GtkWidget:vexpand to TRUE and GtkWidget:valign to GTK_ALIGN_END.

See adw_sidebar_set_suffix().

Available since: 1.10

Parameters

suffix

Type: GtkWidget

The suffix widget.

The argument can be NULL.
The data is owned by the caller of the method.