Method

Adw.TabBar.set_start_action_widget

Declaration [src]

void
adw_tab_bar_set_start_action_widget (
  AdwTabBar* self,
  GtkWidget* widget
)

Description [src]

Sets the widget to show before the tabs.

Parameters

widget GtkWidget*
 

the widget to show before the tabs

 Can be NULL
 Ownership is not transferred to the callee