diff options
author | Lars Hamann <lars@gtk.org> | 1998-12-02 00:52:14 +0000 |
---|---|---|
committer | Lars Hamann <lars@src.gnome.org> | 1998-12-02 00:52:14 +0000 |
commit | 4ebc61c067af80a3cd24f1cfd79ec6b6be80e350 (patch) | |
tree | 9113164bd41b9a111b0a0512bda4eca1a4491ee0 /ChangeLog.pre-2-8 | |
parent | 70784023413b1e6fb748ad5e51d8d311ed651f0f (diff) | |
download | gtk+-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 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b9e2b36c03..3b9ae736ca 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,17 @@ +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. + Tue Dec 1 02:40:22 PST 1998 Manish Singh <yosh@gimp.org> * configure.in |