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 property | Gtk.HeaderBar:subtitle |