Method

AdwTabOverviewset_view

Declaration [src]

void
adw_tab_overview_set_view (
  AdwTabOverview* self,
  AdwTabView* view
)

Description [src]

Sets the tab view to control.

The view must be inside self, see AdwTabOverview:child.

Available since:1.3
Sets propertyAdw.TabOverview:view

Parameters

view AdwTabView
 

A tab view.

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