diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-28 02:00:25 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-28 02:00:25 +0800 |
commit | d129a4a8fcaf8c5a148402ef572005c947ac4226 (patch) | |
tree | 8a32b6ca7bacc43694551f021cbb5ca368fb5067 /e-util/e-gui-utils.h | |
parent | 13a77e6d0857ce5d701f3cde7a861c613ac7c202 (diff) | |
download | gsoc2013-evolution-d129a4a8fcaf8c5a148402ef572005c947ac4226.tar.gz gsoc2013-evolution-d129a4a8fcaf8c5a148402ef572005c947ac4226.tar.zst gsoc2013-evolution-d129a4a8fcaf8c5a148402ef572005c947ac4226.zip |
Remove e_pixmaps_update (moved to libeshell) so libeutil won't depend on
* e-gui-utils.c: Remove e_pixmaps_update (moved to libeshell) so
libeutil won't depend on bonobo.
svn path=/trunk/; revision=10017
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r-- | e-util/e-gui-utils.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/e-util/e-gui-utils.h b/e-util/e-gui-utils.h index 95df438915..9cbb64fbf6 100644 --- a/e-util/e-gui-utils.h +++ b/e-util/e-gui-utils.h @@ -2,22 +2,7 @@ #define E_GUI_UTILS_H #include <gtk/gtkwidget.h> -#include <bonobo/bonobo-ui-component.h> GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2); -typedef struct _EPixmap EPixmap; - -struct _EPixmap { - const char *path; - const char *fname; - char *pixbuf; -}; - -#define E_PIXMAP(path,fname) { (path), (fname), NULL } -#define E_PIXMAP_END { NULL, NULL, NULL } - -/* Takes an array of pixmaps, terminated by (NULL, NULL), and loads into uic */ -void e_pixmaps_update (BonoboUIComponent *uic, EPixmap *pixcache); - #endif /* E_GUI_UTILS_H */ |