Typo fix.

* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
This commit is contained in:
Matthias Clasen 2002-05-02 19:16:06 +00:00
parent 7d3ec5ecce
commit 252c9c1230
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

@ -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 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