aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-shortcut.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-01-17 16:58:29 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-17 16:58:29 +0800
commit173a42036986044bc7907033a299cc1c71aa72e7 (patch)
tree7eb91284a687ae4f0c4e8f1cf4b81dd56249da1d /shell/e-shell-shortcut.h
parent3bdd857a4a69e83841c2fbae83d96101912ebf69 (diff)
downloadgsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar
gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.gz
gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.bz2
gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.lz
gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.xz
gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.tar.zst
gsoc2013-evolution-173a42036986044bc7907033a299cc1c71aa72e7.zip
Shaping up; Model/view is still not fully setup, but coming, coming
svn path=/trunk/; revision=1580
Diffstat (limited to 'shell/e-shell-shortcut.h')
-rw-r--r--shell/e-shell-shortcut.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/e-shell-shortcut.h b/shell/e-shell-shortcut.h
new file mode 100644
index 0000000000..2f526be6ab
--- /dev/null
+++ b/shell/e-shell-shortcut.h
@@ -0,0 +1,11 @@
+#ifndef E_SHELL_SHORTCUT_H
+#define E_SHELL_SHORTCUT_H
+
+#include "e-shell-view.h"
+
+
+void shortcut_bar_item_selected (EShortcutBar *shortcut_bar,
+ GdkEvent *event, gint group_num, gint item_num,
+ EShellView *eshell_view);
+
+#endif /* E_SHELL_SHORTCUT_H */