summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-06-21 02:46:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-06-21 02:46:03 +0000
commit9e6b81d8f131f153a4ec4b78149338d1c189b877 (patch)
tree4dd01ca6808aa4bdf8af10c195487319393f947a /gtk/gtkiconview.h
parent4df83e1c50b60aa8e0d4334eeffebfe8c3a280a3 (diff)
downloadgtk+-9e6b81d8f131f153a4ec4b78149338d1c189b877.tar.gz
Forgotten files.
Diffstat (limited to 'gtk/gtkiconview.h')
-rw-r--r--gtk/gtkiconview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h
index ae6be00c0a..5fbabd81a4 100644
--- a/gtk/gtkiconview.h
+++ b/gtk/gtkiconview.h
@@ -74,6 +74,9 @@ struct _EggIconListClass
void (* unselect_all) (EggIconList *icon_list);
void (* select_cursor_item) (EggIconList *icon_list);
void (* toggle_cursor_item) (EggIconList *icon_list);
+ gboolean (* move_cursor) (EggIconList *icon_list,
+ GtkMovementStep step,
+ gint count);
};
GType egg_icon_list_get_type (void);