Improve headerbar docs slightly

Explain how to achieve the same title lable style when using
a custom title.
This commit is contained in:
Matthias Clasen
2013-09-16 20:24:48 -04:00
parent 11ad337a29
commit eab0b3a59c

View File

@ -937,7 +937,9 @@ gtk_header_bar_get_title (GtkHeaderBar *bar)
*
* Note that GtkHeaderBar always reserves room for the subtitle, even
* if none is currently set. If this is not desired, use
* gtk_header_bar_set_custom_title().
* gtk_header_bar_set_custom_title() to place your own label in the
* title position. To achieve the same style, use the "title" style
* class.
*
* Since: 3.10
*/