diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-12 11:10:54 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-12 11:10:54 +0800 |
commit | 31fed55c8038eaf27ed4f51b33500e6f243c8d59 (patch) | |
tree | ec91f88ffcb83b8d6c0efe3a56fb8c1309bfd6d1 /e-util/e-popup.h | |
parent | 2d89e54a1d42b95417f0ecf3631b272c35f9b231 (diff) | |
download | gsoc2013-evolution-31fed55c8038eaf27ed4f51b33500e6f243c8d59.tar.gz gsoc2013-evolution-31fed55c8038eaf27ed4f51b33500e6f243c8d59.tar.zst gsoc2013-evolution-31fed55c8038eaf27ed4f51b33500e6f243c8d59.zip |
new method to create a targetless popup menu.
2004-10-12 Not Zed <NotZed@Ximian.com>
* e-popup.c (e_popup_new): new method to create a targetless popup
menu.
svn path=/trunk/; revision=27545
Diffstat (limited to 'e-util/e-popup.h')
-rw-r--r-- | e-util/e-popup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-popup.h b/e-util/e-popup.h index dca73d79b7..f4556f453e 100644 --- a/e-util/e-popup.h +++ b/e-util/e-popup.h @@ -192,6 +192,8 @@ struct _EPopupClass { GType e_popup_get_type(void); +EPopup *e_popup_new(const char *menuid); + /* Static class methods */ EPopupFactory *e_popup_class_add_factory(EPopupClass *klass, const char *menuid, EPopupFactoryFunc func, void *data); void e_popup_class_remove_factory(EPopupClass *klass, EPopupFactory *f); |