From 1f5dda88cb08345da903d560d8fb3e6431b5e8ab Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 1 Feb 2007 07:31:37 +0000 Subject: refactored the toolbar structure. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1520 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_display_items.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/prefs_display_items.h') diff --git a/src/prefs_display_items.h b/src/prefs_display_items.h index c02ccf41..00c01806 100644 --- a/src/prefs_display_items.h +++ b/src/prefs_display_items.h @@ -26,11 +26,16 @@ typedef struct _PrefsDisplayItem PrefsDisplayItem; typedef struct _PrefsDisplayItemsDialog PrefsDisplayItemsDialog; +#include "stock_pixmap.h" + struct _PrefsDisplayItem { gint id; gchar *name; gchar *label; + gchar *description; + StockPixmap icon; + const gchar *stock_id; gboolean allow_multiple; gboolean in_use; }; -- cgit v1.2.3