diff options
author | nobody <nobody@localhost> | 2001-04-16 17:30:54 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-04-16 17:30:54 +0800 |
commit | 0e5642fa09c26c18960ac3d0e0accd4cbd6560cf (patch) | |
tree | aaa46c1cf6c9a87e8f291ef7673bd9463803e8c9 /e-util/e-gui-utils.h | |
parent | 75a16468d369f58587f27ab4655fbe1c1091fc95 (diff) | |
download | gsoc2013-evolution-guikachu-0_4.tar.gz gsoc2013-evolution-guikachu-0_4.tar.zst gsoc2013-evolution-guikachu-0_4.zip |
This commit was manufactured by cvs2svn to create tag 'guikachu-0_4'.guikachu-0_4
svn path=/tags/guikachu-0_4/; revision=9367
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r-- | e-util/e-gui-utils.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/e-util/e-gui-utils.h b/e-util/e-gui-utils.h deleted file mode 100644 index 95df438915..0000000000 --- a/e-util/e-gui-utils.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef E_GUI_UTILS_H -#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 */ |