gtk+/gtk/gtkitemfactory.c fixed a little type in docs for

2002-03-01 Alexey Malyshev <maa@sparc.spb.su>

        * gtk+/gtk/gtkitemfactory.c
	fixed a little type in docs for gtk_notebook_set_show_border()
This commit is contained in:
Alexey Malyshev 2002-03-01 14:46:38 +00:00 committed by Vitaly Tishkov
parent 409fb50cfe
commit 30e9527d24
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
* gtk+/gtk/gtkitemfactory.c
fixed a little type in docs for gtk_notebook_set_show_border()
Fri Mar 1 09:05:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):

View File

@ -1,3 +1,8 @@
2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
* gtk+/gtk/gtkitemfactory.c
fixed a little type in docs for gtk_notebook_set_show_border()
Fri Mar 1 09:05:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):

View File

@ -1,3 +1,8 @@
2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
* gtk+/gtk/gtkitemfactory.c
fixed a little type in docs for gtk_notebook_set_show_border()
Fri Mar 1 09:05:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):

View File

@ -1,3 +1,8 @@
2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
* gtk+/gtk/gtkitemfactory.c
fixed a little type in docs for gtk_notebook_set_show_border()
Fri Mar 1 09:05:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):

View File

@ -1,3 +1,8 @@
2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
* gtk+/gtk/gtkitemfactory.c
fixed a little type in docs for gtk_notebook_set_show_border()
Fri Mar 1 09:05:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):

View File

@ -1,3 +1,8 @@
2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
* gtk+/gtk/gtkitemfactory.c
fixed a little type in docs for gtk_notebook_set_show_border()
Fri Mar 1 09:05:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):

View File

@ -1,3 +1,8 @@
2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
* gtk+/gtk/gtkitemfactory.c
fixed a little type in docs for gtk_notebook_set_show_border()
Fri Mar 1 09:05:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):

View File

@ -4250,7 +4250,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 an effect when the tabs are not shown.
* See gtk_notebook_set_show_tabs().
**/
void