diff options
author | nobody <nobody@localhost> | 2000-03-29 08:30:07 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-03-29 08:30:07 +0800 |
commit | f801171ba9cf8ce18455c06d5ca3b4220435f4d0 (patch) | |
tree | 828b9805c964e1d00a9ba6be3c1dc64f78be9523 /widgets/misc/e-gui-utils.h | |
parent | bce1144ad7cd318cb193eb39aecc42cf8a87358e (diff) | |
download | gsoc2013-evolution-gnomemm-1_1_8.tar gsoc2013-evolution-gnomemm-1_1_8.tar.gz gsoc2013-evolution-gnomemm-1_1_8.tar.bz2 gsoc2013-evolution-gnomemm-1_1_8.tar.lz gsoc2013-evolution-gnomemm-1_1_8.tar.xz gsoc2013-evolution-gnomemm-1_1_8.tar.zst gsoc2013-evolution-gnomemm-1_1_8.zip |
This commit was manufactured by cvs2svn to create taggnomemm-1_1_8
'gnomemm-1_1_8'.
svn path=/tags/gnomemm-1_1_8/; revision=2231
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 */ |