Method

AdwTabBarset_end_action_widget

Declaration [src]

void
adw_tab_bar_set_end_action_widget (
  AdwTabBar* self,
  GtkWidget* widget
)

Description [src]

Sets the widget to show after the tabs.

Available since:1.0

Parameters

widget GtkWidget
 

The widget to show after the tabs.

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