From 66318ca6b08244b2a21530a05382af49a1821b51 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 28 Oct 2003 18:15:37 +0000 Subject: added "fill_popup_menu" signal, to allow the addition of new items to the 2003-10-28 Rodrigo Moya * 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 --- widgets/misc/e-source-selector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/misc/e-source-selector.h') 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 #include @@ -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); }; -- cgit v1.2.3