Method

GtkHeaderBarset_subtitle

since: 3.10

Declaration [src]

void
gtk_header_bar_set_subtitle (
  GtkHeaderBar* bar,
  const gchar* subtitle
)

Description [src]

Sets the subtitle of the GtkHeaderBar. The title should give a user an additional detail to help him identify the current view.

Note that GtkHeaderBar by default reserves room for the subtitle, even if none is currently set. If this is not desired, set the GtkHeaderBar:has-subtitle property to FALSE.

Available since: 3.10

Sets propertyGtk.HeaderBar:subtitle

Parameters

subtitle

Type: const gchar*

A subtitle, 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.