Method

AdwHeaderBarset_title_widget

since: 1.0

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

Type: GtkWidget

A widget to use for a title.

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