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.

Parameters

title_widget GtkWidget*
 

a widget to use for a title

 Can be NULL
 Ownership is not transferred to the callee