mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix docs in terms of what out of range @page_num does. (#73371, Vitaly
Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs in terms of what out of range @page_num does. (#73371, Vitaly Tishkov.)
This commit is contained in:
parent
f38cb2a116
commit
2a0aa82bf8
@ -1,3 +1,9 @@
|
||||
Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
|
||||
in terms of what out of range @page_num does. (#73371,
|
||||
Vitaly Tishkov.)
|
||||
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
|
||||
in terms of what out of range @page_num does. (#73371,
|
||||
Vitaly Tishkov.)
|
||||
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
|
||||
in terms of what out of range @page_num does. (#73371,
|
||||
Vitaly Tishkov.)
|
||||
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
|
||||
in terms of what out of range @page_num does. (#73371,
|
||||
Vitaly Tishkov.)
|
||||
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
|
||||
in terms of what out of range @page_num does. (#73371,
|
||||
Vitaly Tishkov.)
|
||||
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
|
||||
in terms of what out of range @page_num does. (#73371,
|
||||
Vitaly Tishkov.)
|
||||
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Mar 4 10:35:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
|
||||
in terms of what out of range @page_num does. (#73371,
|
||||
Vitaly Tishkov.)
|
||||
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
@ -4159,8 +4159,9 @@ gtk_notebook_page_num (GtkNotebook *notebook,
|
||||
* gtk_notebook_set_current_page:
|
||||
* @notebook: a #GtkNotebook
|
||||
* @page_num: index of the page to switch to, starting from 0.
|
||||
* If negative, or greater than the number of pages
|
||||
* in the notebook the last page will be used.
|
||||
* If negative, the last page will be used. If greater
|
||||
* than the number of pages in the notebook, nothing
|
||||
* will be done.
|
||||
*
|
||||
* Switches to the page number @page_num.
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user