diff options
author | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
commit | b7265ee957bee4c7223bea1d3f678f2290a4dd10 (patch) | |
tree | 75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /e-util/e-gui-utils.h | |
parent | 0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff) | |
download | gsoc2013-evolution-GNOME_UTILS_2_5_2.tar.gz gsoc2013-evolution-GNOME_UTILS_2_5_2.tar.zst gsoc2013-evolution-GNOME_UTILS_2_5_2.zip |
This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_5_2
'GNOME_UTILS_2_5_2'.
svn path=/tags/GNOME_UTILS_2_5_2/; revision=23791
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r-- | e-util/e-gui-utils.h | 14 |
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 */ |