summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnome.org>2004-07-04 23:19:46 +0000
committerAnders Carlsson <andersca@src.gnome.org>2004-07-04 23:19:46 +0000
commitd8ef8e36733ef128ea2df8e39de61371b4fcd36e (patch)
treef29833f4836eb91293fcbbdb8f73265db0fa6afc /gtk/gtkiconview.h
parent57f0d6a21f61616acef6589eb47e518ce85ab40e (diff)
downloadgtk+-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 'gtk/gtkiconview.h')
-rw-r--r--gtk/gtkiconview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h
index 76e71c476d..7e224e5c04 100644
--- a/gtk/gtkiconview.h
+++ b/gtk/gtkiconview.h
@@ -66,6 +66,7 @@ struct _GtkIconViewClass
gboolean (* move_cursor) (GtkIconView *icon_view,
GtkMovementStep step,
gint count);
+ gboolean (* activate_cursor_item) (GtkIconView *icon_view);
};
GType gtk_icon_view_get_type (void);