aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-sidebar.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-04-20 13:37:15 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-04-20 13:37:15 +0800
commit012597c56eb6788247cb836f94518a3b8de0b0f7 (patch)
treef4de48e5c3296feb4ec70d5ae37171977d5fada5 /shell/e-sidebar.h
parent6b03aee3149121938a9a741798cfa345950ab49f (diff)
downloadgsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar
gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.gz
gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.bz2
gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.lz
gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.xz
gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.tar.zst
gsoc2013-evolution-012597c56eb6788247cb836f94518a3b8de0b0f7.zip
Fix for bug #259606
svn path=/trunk/; revision=33438
Diffstat (limited to 'shell/e-sidebar.h')
-rw-r--r--shell/e-sidebar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-sidebar.h b/shell/e-sidebar.h
index c93300c53f..8bf6eeb51f 100644
--- a/shell/e-sidebar.h
+++ b/shell/e-sidebar.h
@@ -52,7 +52,9 @@ struct _ESidebar {
struct _ESidebarClass {
GtkContainerClass parent_class;
+ /* signals */
void (* button_selected) (ESidebar *sidebar, int id);
+ void (* button_pressed) (ESidebar *sidebar, GdkEventButton *event, int id);
};