Method

GtkHeaderBarset_title

since: 3.10

Declaration [src]

void
gtk_header_bar_set_title (
  GtkHeaderBar* bar,
  const gchar* title
)

Description [src]

Sets the title of the GtkHeaderBar. The title should help a user identify the current view. A good title should not include the application name.

Available since: 3.10

Sets propertyGtk.HeaderBar:title

Parameters

title

Type: const gchar*

A title, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.