From 7d3ec5eccea76216520b7195936f077cef2601a3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 May 2002 18:55:52 +0000 Subject: [PATCH] Correct the composite_child blurb. * gtk/gtkwidget.c (gtk_widget_class_init): Correct the composite_child blurb. * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093) --- ChangeLog | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-2 | 7 +++++++ ChangeLog.pre-2-4 | 7 +++++++ ChangeLog.pre-2-6 | 7 +++++++ ChangeLog.pre-2-8 | 7 +++++++ gtk/gtknotebook.c | 2 +- gtk/gtkwidget.c | 12 ++++++------ 8 files changed, 49 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d23ef5065..f1cb1a9147 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-05-02 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the + composite_child blurb. + + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093) + 2002-05-02 Erwann Chenede - * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3d23ef5065..f1cb1a9147 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2002-05-02 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the + composite_child blurb. + + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093) + 2002-05-02 Erwann Chenede - * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point): diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 3d23ef5065..f1cb1a9147 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +2002-05-02 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the + composite_child blurb. + + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093) + 2002-05-02 Erwann Chenede - * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3d23ef5065..f1cb1a9147 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2002-05-02 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the + composite_child blurb. + + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093) + 2002-05-02 Erwann Chenede - * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 3d23ef5065..f1cb1a9147 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2002-05-02 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the + composite_child blurb. + + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093) + 2002-05-02 Erwann Chenede - * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3d23ef5065..f1cb1a9147 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2002-05-02 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the + composite_child blurb. + + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093) + 2002-05-02 Erwann Chenede - * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point): diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 63e14c212c..fa6966e222 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -4264,7 +4264,7 @@ gtk_notebook_prev_page (GtkNotebook *notebook) * @show_border: %TRUE if a bevel should be drawn around the notebook. * * Sets whether a bevel will be drawn around the notebook pages. - * This is only has an effect when the tabs are not shown. + * This is only has a visual effect when the tabs are not shown. * See gtk_notebook_set_show_tabs(). **/ void diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 7e994a8b51..5ca8e1089a 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -478,7 +478,7 @@ gtk_widget_class_init (GtkWidgetClass *klass) PROP_COMPOSITE_CHILD, g_param_spec_boolean ("composite_child", _("Composite child"), - _("Whether the widget is composed of other widgets"), + _("Whether the widget is part of a composite widget"), FALSE, G_PARAM_READABLE)); g_object_class_install_property (gobject_class, @@ -1086,11 +1086,11 @@ gtk_widget_class_init (GtkWidgetClass *klass) GDK_TYPE_COLOR, G_PARAM_READABLE)); gtk_widget_class_install_style_property (klass, - g_param_spec_float ("cursor-aspect-ratio", - _("Cursor line aspect ratio"), - _("Aspect ratio with which to draw insertion cursor"), - 0.0, 1.0, 0.04, - G_PARAM_READABLE)); + g_param_spec_float ("cursor-aspect-ratio", + _("Cursor line aspect ratio"), + _("Aspect ratio with which to draw insertion cursor"), + 0.0, 1.0, 0.04, + G_PARAM_READABLE)); } static void