diff options
author | Anders Carlsson <andersca@gnome.org> | 2004-07-04 23:19:46 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2004-07-04 23:19:46 +0000 |
commit | d8ef8e36733ef128ea2df8e39de61371b4fcd36e (patch) | |
tree | f29833f4836eb91293fcbbdb8f73265db0fa6afc /ChangeLog.pre-2-10 | |
parent | 57f0d6a21f61616acef6589eb47e518ce85ab40e (diff) | |
download | gtk+-d8ef8e36733ef128ea2df8e39de61371b4fcd36e.tar.gz |
Add an "activate_cursor_item" action signal and bind it to the return key.
2004-07-05 Anders Carlsson <andersca@gnome.org>
* gtk/gtkiconview.c: (gtk_icon_view_class_init),
(gtk_icon_view_real_select_cursor_item),
(gtk_icon_view_real_activate_cursor_item):
* gtk/gtkiconview.h:
Add an "activate_cursor_item" action signal
and bind it to the return key.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e255059074..649020ef46 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +2004-07-05 Anders Carlsson <andersca@gnome.org> + + * gtk/gtkiconview.c: (gtk_icon_view_class_init), + (gtk_icon_view_real_select_cursor_item), + (gtk_icon_view_real_activate_cursor_item): + * gtk/gtkiconview.h: + Add an "activate_cursor_item" action signal + and bind it to the return key. + 2004-07-04 Anders Carlsson <andersca@gnome.org> * demos/gtk-demo/Makefile.am: |