summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorLars Hamann <lars@gtk.org>1998-12-02 00:52:14 +0000
committerLars Hamann <lars@src.gnome.org>1998-12-02 00:52:14 +0000
commit4ebc61c067af80a3cd24f1cfd79ec6b6be80e350 (patch)
tree9113164bd41b9a111b0a0512bda4eca1a4491ee0 /gtk/gtknotebook.h
parent70784023413b1e6fb748ad5e51d8d311ed651f0f (diff)
downloadgdk-pixbuf-4ebc61c067af80a3cd24f1cfd79ec6b6be80e350.tar.gz
new class method/signal row_move. new public function. emit a row_move
Tue Dec 1 22:45:58 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.h (struct _GtkCListClass): new class method/signal row_move. * gtk/gtkclist.c (gtk_clist_row_move): new public function. emit a row_move signal (real_row_move): move source_row to dest_row (gtk_clist_swap_rows): use gtk_clist_row_move calls. (gtk_clist_columns_autosize): resize all columns to their optimal width * gtk/gtkctree.c (real_row_move): use gtk_ctree_move to move entire sub-tree. * gtk/gtknotebook.c (gtk_notebook_nth_page): get nth page widget.
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index c5ebbea40..9bc478c02 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -133,6 +133,8 @@ void gtk_notebook_remove_page (GtkNotebook *notebook,
***********************************************************/
gint gtk_notebook_get_current_page (GtkNotebook *notebook);
+GtkWidget * gtk_notebook_nth_page (GtkNotebook *notebook,
+ gint page_num);
gint gtk_notebook_page_num (GtkNotebook *notebook,
GtkWidget *child);
void gtk_notebook_set_page (GtkNotebook *notebook,