]> Pileus Git - ~andy/gtk/commitdiff
Correct the composite_child blurb.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 2 May 2002 18:55:52 +0000 (18:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 2 May 2002 18:55:52 +0000 (18:55 +0000)
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
composite_child blurb.

* gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs.  (#73093)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtknotebook.c
gtk/gtkwidget.c

index 3d23ef5065c29ec4c1340167db4099481db7b5ea..f1cb1a9147a1f5d7ec27df6961b6c3d596b64d84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-02  Matthias Clasen  <maclas@gmx.de>
+
+       * 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 - <erwann.chenede@sun.com>
         
        * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
index 3d23ef5065c29ec4c1340167db4099481db7b5ea..f1cb1a9147a1f5d7ec27df6961b6c3d596b64d84 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-02  Matthias Clasen  <maclas@gmx.de>
+
+       * 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 - <erwann.chenede@sun.com>
         
        * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
index 3d23ef5065c29ec4c1340167db4099481db7b5ea..f1cb1a9147a1f5d7ec27df6961b6c3d596b64d84 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-02  Matthias Clasen  <maclas@gmx.de>
+
+       * 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 - <erwann.chenede@sun.com>
         
        * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
index 3d23ef5065c29ec4c1340167db4099481db7b5ea..f1cb1a9147a1f5d7ec27df6961b6c3d596b64d84 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-02  Matthias Clasen  <maclas@gmx.de>
+
+       * 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 - <erwann.chenede@sun.com>
         
        * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
index 3d23ef5065c29ec4c1340167db4099481db7b5ea..f1cb1a9147a1f5d7ec27df6961b6c3d596b64d84 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-02  Matthias Clasen  <maclas@gmx.de>
+
+       * 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 - <erwann.chenede@sun.com>
         
        * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
index 3d23ef5065c29ec4c1340167db4099481db7b5ea..f1cb1a9147a1f5d7ec27df6961b6c3d596b64d84 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-02  Matthias Clasen  <maclas@gmx.de>
+
+       * 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 - <erwann.chenede@sun.com>
         
        * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
index 63e14c212c13542d4d48fb90b40c364f4fbae533..fa6966e2220116c31231889ca92de91af518bb05 100644 (file)
@@ -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
index 7e994a8b51da8144c626e4b7061d64ddb105a2af..5ca8e1089a5e8ae07433589a2b98754812cd2100 100644 (file)
@@ -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