diff options
author | Lars Hamann <lars@src.gnome.org> | 1998-07-15 23:40:00 +0000 |
---|---|---|
committer | Lars Hamann <lars@src.gnome.org> | 1998-07-15 23:40:00 +0000 |
commit | 8b9b7b9d04c1f11118f28a9ec7b4c65a7a3f967c (patch) | |
tree | c85c8864d97e7306662c535a3680878f103376cc /ChangeLog.pre-2-8 | |
parent | b6656088162e00c77f9d84f96e5721c0b84dd5ec (diff) | |
download | gtk+-8b9b7b9d04c1f11118f28a9ec7b4c65a7a3f967c.tar.gz |
Added focus handling, horizontal and vertical autoscrolling, extended
* gtk/gtkctree.h :
* gtk/gtkctree.c :
Added focus handling, horizontal and vertical autoscrolling,
extended Selection Mode, key bindings
Added gtk_ctree_toggle_expansion & gtk_ctree_toggle_expansion_recursive
Changed gtk_ctree_scroll_to to gtk_ctree_moveto.
Removed gtk_ctree_clear.
* gtk/gtkclist.h :
* gtk/gtkclist.c :
Added focus handling, horizontal and vertical autoscrolling,
extended Selection Mode, key bindings
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 753c024af7..43a7f540ce 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,18 @@ +Thu Jul 16 01:10:02 1998 Lars Hamann <lars@gtk.org> + + * gtk/gtkctree.h : + * gtk/gtkctree.c : + Added focus handling, horizontal and vertical autoscrolling, + extended Selection Mode, key bindings + Added gtk_ctree_toggle_expansion & gtk_ctree_toggle_expansion_recursive + Changed gtk_ctree_scroll_to to gtk_ctree_moveto. + Removed gtk_ctree_clear. + + * gtk/gtkclist.h : + * gtk/gtkclist.c : + Added focus handling, horizontal and vertical autoscrolling, + extended Selection Mode, key bindings + Wed Jul 15 12:39:27 1998 Raph Levien <raph@acm.org> * This checkin integrates GdkRgb version 0.0.3 into the Gtk 1.1 @@ -30,6 +45,7 @@ Tue Jul 14 19:12:12 1998 Tim Janik <timj@gtk.org> * gtk/gtkbutton.c (gtk_button_set_arg): don't destroy a buttons child if it isn't a label. +>>>>>>> 1.520 Tue Jul 14 11:41:38 1998 Tim Janik <timj@gtk.org> * gtk/gtkdialog.h: |