aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-icon-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-icon-factory.h')
-rw-r--r--e-util/e-icon-factory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/e-util/e-icon-factory.h b/e-util/e-icon-factory.h
index cdb80b040b..966e1f56e4 100644
--- a/e-util/e-icon-factory.h
+++ b/e-util/e-icon-factory.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-icon-factory.h - Icon factory for the Evolution shell.
*
- * Copyright (C) 2002 Ximian, Inc.
+ * Copyright (C) 2002-2004 Novell, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
@@ -24,6 +24,7 @@
#define _E_ICON_FACTORY_H_
#include <gdk-pixbuf/gdk-pixbuf.h>
+#include <gtk/gtkwidget.h>
enum {
E_ICON_SIZE_MENU,
@@ -50,6 +51,8 @@ char *e_icon_factory_get_icon_filename (const char *icon_name, int icon_siz
GdkPixbuf *e_icon_factory_get_icon (const char *icon_name, int icon_size);
+GtkWidget *e_icon_factory_get_image (const char *icon_name, int icon_size);
+
GList *e_icon_factory_get_icon_list (const char *icon_name);
#endif /* _E_ICON_FACTORY_H_ */