aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-source-selector.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-10-29 02:15:37 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-10-29 02:15:37 +0800
commit66318ca6b08244b2a21530a05382af49a1821b51 (patch)
treeb027a757228e82378e7c1219ebdeb705b47225df /widgets/misc/e-source-selector.h
parentc13d31f33295f0cba1f6d1580e132cc93abaef8b (diff)
downloadgsoc2013-evolution-66318ca6b08244b2a21530a05382af49a1821b51.tar
gsoc2013-evolution-66318ca6b08244b2a21530a05382af49a1821b51.tar.gz
gsoc2013-evolution-66318ca6b08244b2a21530a05382af49a1821b51.tar.bz2
gsoc2013-evolution-66318ca6b08244b2a21530a05382af49a1821b51.tar.lz
gsoc2013-evolution-66318ca6b08244b2a21530a05382af49a1821b51.tar.xz
gsoc2013-evolution-66318ca6b08244b2a21530a05382af49a1821b51.tar.zst
gsoc2013-evolution-66318ca6b08244b2a21530a05382af49a1821b51.zip
added "fill_popup_menu" signal, to allow the addition of new items to the
2003-10-28 Rodrigo Moya <rodrigo@ximian.com> * e-source-selector.[ch]: added "fill_popup_menu" signal, to allow the addition of new items to the popup menu. (class_init): create new signal. (init): connect to "button_press_event" for the tree view. (selector_button_press_event): callback for "button_press_event". (e_source_selector_selection_shown): use g_return_val_if_fail. svn path=/trunk/; revision=23106
Diffstat (limited to 'widgets/misc/e-source-selector.h')
-rw-r--r--widgets/misc/e-source-selector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-source-selector.h b/widgets/misc/e-source-selector.h
index 02b1356e08..3880d86ac5 100644
--- a/widgets/misc/e-source-selector.h
+++ b/widgets/misc/e-source-selector.h
@@ -26,6 +26,7 @@
#include "e-util/e-source-list.h"
+#include <gtk/gtkmenu.h>
#include <gtk/gtktreeview.h>
@@ -51,6 +52,7 @@ struct _ESourceSelectorClass {
void (* selection_changed) (ESourceSelector *selector);
void (* primary_selection_changed) (ESourceSelector *selector);
+ void (* fill_popup_menu) (ESourceSelector *selector, GtkMenu *menu);
};