Typo fix.

* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
This commit is contained in:
Matthias Clasen
2002-05-02 19:16:25 +00:00
parent f4dc453e09
commit 2255a7225d
7 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
composite_child blurb.

View File

@@ -1,5 +1,7 @@
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
composite_child blurb.

View File

@@ -1,5 +1,7 @@
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
composite_child blurb.

View File

@@ -1,5 +1,7 @@
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
composite_child blurb.

View File

@@ -1,5 +1,7 @@
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
composite_child blurb.

View File

@@ -1,5 +1,7 @@
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
composite_child blurb.

View File

@@ -4252,7 +4252,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 a visual effect when the tabs are not shown.
* This only has a visual effect when the tabs are not shown.
* See gtk_notebook_set_show_tabs().
**/
void