aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gui-utils.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-02-14 10:00:23 +0800
committernobody <nobody@localhost>2000-02-14 10:00:23 +0800
commite293db6dfb3b21244742ecb5433a03466edb5bc6 (patch)
tree610cbf6a41e89796140e81720a52d90501b1d8d3 /e-util/e-gui-utils.h
parentadd8821e99b4ea1b574ed469018ae224a542e6ae (diff)
downloadgsoc2013-evolution-e293db6dfb3b21244742ecb5433a03466edb5bc6.tar
gsoc2013-evolution-e293db6dfb3b21244742ecb5433a03466edb5bc6.tar.gz
gsoc2013-evolution-e293db6dfb3b21244742ecb5433a03466edb5bc6.tar.bz2
gsoc2013-evolution-e293db6dfb3b21244742ecb5433a03466edb5bc6.tar.lz
gsoc2013-evolution-e293db6dfb3b21244742ecb5433a03466edb5bc6.tar.xz
gsoc2013-evolution-e293db6dfb3b21244742ecb5433a03466edb5bc6.tar.zst
gsoc2013-evolution-e293db6dfb3b21244742ecb5433a03466edb5bc6.zip
This commit was manufactured by cvs2svn to create branch 'HELIX'.
svn path=/branches/HELIX/; revision=1769
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r--e-util/e-gui-utils.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/e-util/e-gui-utils.h b/e-util/e-gui-utils.h
deleted file mode 100644
index 95b8f0b5a1..0000000000
--- a/e-util/e-gui-utils.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef E_GUI_UTILS_H
-#define E_GUI_UTILS_H
-
-#include <gtk/gtkmenu.h>
-#include <gtk/gtkwindow.h>
-
-void e_popup_menu (GtkMenu *menu, GdkEventButton *event);
-void e_auto_kill_popup_menu_on_hide (GtkMenu *menu);
-void e_notice (GtkWindow *window, const char *type, const char *str);
-
-
-#endif /* E_GUI_UTILS_H */