From 9d77a9fbcf211dd6a4c537ff3ca782c2ab3541e7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 25 Apr 2006 02:12:21 +0000 Subject: [PATCH] small doc fixes --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ gtk/gtkfontbutton.c | 21 +++++++++++++-------- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5c87d77da..2a9fac02c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2006-04-24 Matthias Clasen + + * gtk/gtkfontbutton.c: Small doc fixes. * gtk/gtkprintunixdialog.h: * gtk/gtkpagesetupunixdialog.h: Fix includes (#338665) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d5c87d77da..2a9fac02c0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,4 +1,6 @@ 2006-04-24 Matthias Clasen + + * gtk/gtkfontbutton.c: Small doc fixes. * gtk/gtkprintunixdialog.h: * gtk/gtkpagesetupunixdialog.h: Fix includes (#338665) 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 */