aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gui-utils.h
blob: 678ab1bcd87c5f3d0ad8680ce8715a21dfea08da (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef E_GUI_UTILS_H
#define E_GUI_UTILS_H

#include <gtk/gtkwidget.h>

GdkPixbuf *e_icon_for_mime_type          (const char *mime_type, int size);
GtkWidget *e_create_image_widget         (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2);

#endif /* E_GUI_UTILS_H */