aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-gui-utils.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-06-18 05:00:40 +0800
committernobody <nobody@localhost>2000-06-18 05:00:40 +0800
commit4873d50a914ad0c3041010195808f3e596e8ba0f (patch)
tree808e62d8d3c48ad32fa4ecafe0b79aa353230079 /widgets/misc/e-gui-utils.h
parent3144d402b542be9fcfcb6f7b3e24692f9fe44f46 (diff)
downloadgsoc2013-evolution-gnome-debug-0-1-3.tar
gsoc2013-evolution-gnome-debug-0-1-3.tar.gz
gsoc2013-evolution-gnome-debug-0-1-3.tar.bz2
gsoc2013-evolution-gnome-debug-0-1-3.tar.lz
gsoc2013-evolution-gnome-debug-0-1-3.tar.xz
gsoc2013-evolution-gnome-debug-0-1-3.tar.zst
gsoc2013-evolution-gnome-debug-0-1-3.zip
This commit was manufactured by cvs2svn to create taggnome-debug-0-1-3
'gnome-debug-0-1-3'. svn path=/tags/gnome-debug-0-1-3/; revision=3621
Diffstat (limited to 'widgets/misc/e-gui-utils.h')
-rw-r--r--widgets/misc/e-gui-utils.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/widgets/misc/e-gui-utils.h b/widgets/misc/e-gui-utils.h
deleted file mode 100644
index cffdbd1e4f..0000000000
--- a/widgets/misc/e-gui-utils.h
+++ /dev/null
@@ -1,16 +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, ...);
-GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2);
-void e_container_foreach_leaf (GtkContainer *container,
- GtkCallback callback,
- gpointer closure);
-
-
-#endif /* E_GUI_UTILS_H */