diff options
author | nobody <nobody@localhost> | 2000-05-16 11:43:44 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-05-16 11:43:44 +0800 |
commit | ef863f88e59c6f9384cc72c17800741ffce563a2 (patch) | |
tree | 70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /widgets/misc/e-gui-utils.h | |
parent | 40b6141cfe1649f685e49ebd81cfd4baf0baeedf (diff) | |
download | gsoc2013-evolution-ef863f88e59c6f9384cc72c17800741ffce563a2.tar.gz gsoc2013-evolution-ef863f88e59c6f9384cc72c17800741ffce563a2.tar.zst gsoc2013-evolution-ef863f88e59c6f9384cc72c17800741ffce563a2.zip |
This commit was manufactured by cvs2svn to create tag 'gtkmm_1_2_1'.gtkmm_1_2_1
svn path=/tags/gtkmm_1_2_1/; revision=3066
Diffstat (limited to 'widgets/misc/e-gui-utils.h')
-rw-r--r-- | widgets/misc/e-gui-utils.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/widgets/misc/e-gui-utils.h b/widgets/misc/e-gui-utils.h deleted file mode 100644 index b5518f032b..0000000000 --- a/widgets/misc/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 *format, ...); - - -#endif /* E_GUI_UTILS_H */ |