diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-25 02:12:21 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-25 02:12:21 +0000 |
commit | 9d77a9fbcf211dd6a4c537ff3ca782c2ab3541e7 (patch) | |
tree | 9e6de2fbae1ada1136d4e9d0e4fae96e87fbd607 /gtk/gtkfontbutton.c | |
parent | 8758063acabbc4017b92a67425cf742ae2c066c8 (diff) | |
download | gtk+-9d77a9fbcf211dd6a4c537ff3ca782c2ab3541e7.tar.gz |
small doc fixes
Diffstat (limited to 'gtk/gtkfontbutton.c')
-rw-r--r-- | gtk/gtkfontbutton.c | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index 9f8a11bdb9..91f05d23f1 100644 --- a/gtk/gtkfontbutton.c +++ b/gtk/gtkfontbutton.c @@ -197,7 +197,8 @@ gtk_font_button_class_init (GtkFontButtonClass *klass) /** * GtkFontButton:use-font: * - * If this property is set to %TRUE, the label will be drawn in the selected font. + * If this property is set to %TRUE, the label will be drawn + * in the selected font. * * Since: 2.4 */ @@ -212,7 +213,8 @@ gtk_font_button_class_init (GtkFontButtonClass *klass) /** * GtkFontButton:use-size: * - * If this property is set to %TRUE, the label will be drawn with the selected font size. + * If this property is set to %TRUE, the label will be drawn + * with the selected font size. * * Since: 2.4 */ @@ -227,8 +229,9 @@ gtk_font_button_class_init (GtkFontButtonClass *klass) /** * GtkFontButton:show-style: * - * If this property is set to %TRUE, the name of the selected font style will be shown in the label. For - * a more WYSIWIG way to show the selected style, see the ::use-font property. + * If this property is set to %TRUE, the name of the selected font style + * will be shown in the label. For a more WYSIWYG way to show the selected + * style, see the ::use-font property. * * Since: 2.4 */ @@ -242,8 +245,9 @@ gtk_font_button_class_init (GtkFontButtonClass *klass) /** * GtkFontButton:show-size: * - * If this property is set to %TRUE, the selected font size will be shown in the label. For - * a more WYSIWIG way to show the selected size, see the ::use-size property. + * If this property is set to %TRUE, the selected font size will be shown + * in the label. For a more WYSIWYG way to show the selected size, see the + * ::use-size property. * * Since: 2.4 */ @@ -259,8 +263,9 @@ gtk_font_button_class_init (GtkFontButtonClass *klass) * GtkFontButton::font-set: * @widget: the object which received the signal. * - * The ::font-set signal is emitted when the user selects a font. When handling this signal, - * use gtk_font_button_get_font_name() to find out which font was just selected. + * The ::font-set signal is emitted when the user selects a font. When + * handling this signal, use gtk_font_button_get_font_name() to find out + * which font was just selected. * * Since: 2.4 */ |