diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-09-16 20:24:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-09-16 20:24:48 -0400 |
commit | eab0b3a59c6aedc602171029542b60336813838b (patch) | |
tree | 491808e2ba106a09928a3cdb44ea551d908c796d /gtk | |
parent | 11ad337a29d84aa08b6087c95d0272112e6ce2cd (diff) | |
download | gtk+-eab0b3a59c6aedc602171029542b60336813838b.tar.gz |
Improve headerbar docs slightly
Explain how to achieve the same title lable style when using
a custom title.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkheaderbar.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c index c1c18420ff..3897a5833d 100644 --- a/gtk/gtkheaderbar.c +++ b/gtk/gtkheaderbar.c @@ -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 */ |