aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_display_items.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-01 07:31:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-01 07:31:37 +0000
commit1f5dda88cb08345da903d560d8fb3e6431b5e8ab (patch)
tree75c239e6b759c02f7d354b8f316a44b267edda8c /src/prefs_display_items.h
parentcbf7cb3b735e09d6ce449cf7a4c80ea4a6e9e616 (diff)
refactored the toolbar structure.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1520 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_display_items.h')
-rw-r--r--src/prefs_display_items.h5
1 files changed, 5 insertions, 0 deletions
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;
};