aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-popup-menu.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-09 13:10:40 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-09 13:10:40 +0800
commite367caf0428dd69039dedcea8d2376dcba94101d (patch)
tree35b2f7a69621a2602902dd9e0c9e5a6dec254111 /e-util/e-popup-menu.h
parent0efeeb2a5d70be6a777f0eaddd4f10a08af6c363 (diff)
downloadgsoc2013-evolution-e367caf0428dd69039dedcea8d2376dcba94101d.tar
gsoc2013-evolution-e367caf0428dd69039dedcea8d2376dcba94101d.tar.gz
gsoc2013-evolution-e367caf0428dd69039dedcea8d2376dcba94101d.tar.bz2
gsoc2013-evolution-e367caf0428dd69039dedcea8d2376dcba94101d.tar.lz
gsoc2013-evolution-e367caf0428dd69039dedcea8d2376dcba94101d.tar.xz
gsoc2013-evolution-e367caf0428dd69039dedcea8d2376dcba94101d.tar.zst
gsoc2013-evolution-e367caf0428dd69039dedcea8d2376dcba94101d.zip
Added a hide_mask argument to the two popup menu functions.
2000-08-09 Christopher James Lahey <clahey@helixcode.com> * e-popup-menu.c, e-popup-menu.h: Added a hide_mask argument to the two popup menu functions. svn path=/trunk/; revision=4625
Diffstat (limited to 'e-util/e-popup-menu.h')
-rw-r--r--e-util/e-popup-menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-popup-menu.h b/e-util/e-popup-menu.h
index b911717424..ed54a632a5 100644
--- a/e-util/e-popup-menu.h
+++ b/e-util/e-popup-menu.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
#ifndef E_POPUP_MENU_H
#define E_POPUP_MENU_H
@@ -12,11 +13,13 @@ typedef struct {
GtkMenu *e_popup_menu_create (EPopupMenu *menu_list,
int disable_mask,
+ int hide_mask,
void *closure);
void e_popup_menu_run (EPopupMenu *menu_list,
GdkEventButton *event,
int disable_mask,
+ int hide_mask,
void *closure);
#endif /* E_POPUP_MENU_H */