Files
evolution/e-util/e-gui-utils.h
Dan Winship ef2bbff26f New function to return an icon for a MIME type, using GnomeIconTheme if
* e-gui-utils.c (e_icon_for_mime_type): New function to return an
        icon for a MIME type, using GnomeIconTheme if available or
        gnome-vfs and gnome-mime-data if not.

svn path=/trunk/; revision=21733
2003-07-03 12:28:22 +00:00

15 lines
446 B
C

#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 */