aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gui-utils.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-12-09 09:57:09 +0800
committernobody <nobody@localhost>2003-12-09 09:57:09 +0800
commitf413455a7e17513d057466b1d8063ff55e910352 (patch)
tree75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /e-util/e-gui-utils.h
parent0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff)
downloadgsoc2013-evolution-EOG_2_5_91.tar.gz
gsoc2013-evolution-EOG_2_5_91.tar.zst
gsoc2013-evolution-EOG_2_5_91.zip
This commit was manufactured by cvs2svn to create tag 'EOG_2_5_91'.EOG_2_5_91
svn path=/tags/EOG_2_5_91/; revision=23708
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r--e-util/e-gui-utils.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/e-util/e-gui-utils.h b/e-util/e-gui-utils.h
deleted file mode 100644
index 8701949cb0..0000000000
--- a/e-util/e-gui-utils.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef E_GUI_UTILS_H
-#define E_GUI_UTILS_H
-
-#include <gtk/gtkwidget.h>
-#include <bonobo/bonobo-ui-util.h>
-#include <bonobo/bonobo-control.h>
-
-GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2);
-
-GtkWidget *e_button_new_with_stock_icon (const char *label_str, const char *stockid);
-
-GdkPixbuf *e_icon_for_mime_type (const char *mime_type, int size);
-
-#endif /* E_GUI_UTILS_H */