Files
evolution/e-util/e-gui-utils.h
Dan Winship d129a4a8fc 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
2001-05-27 18:00:25 +00:00

9 lines
207 B
C

#ifndef E_GUI_UTILS_H
#define E_GUI_UTILS_H
#include <gtk/gtkwidget.h>
GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2);
#endif /* E_GUI_UTILS_H */