Method

Adw.HeaderBar.set_title_widget

Declaration [src]

void
adw_header_bar_set_title_widget (
  AdwHeaderBar* self,
  GtkWidget* title_widget
)

Description [src]

Sets the title widget for self.

Available since:1.0

Parameters

title_widget GtkWidget*
 

a widget to use for a title

 Can be NULL
 The data is owned by the caller of the function