aboutsummaryrefslogtreecommitdiff
path: root/src/stock_pixmap.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-10-04 09:16:40 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-10-04 09:16:40 +0000
commitfd5c980f1770aa74b9d4dd2ecdbaeb5abbb7b8de (patch)
tree56c86b7a645beeb23b8036b0f1952dcb4b7ec123 /src/stock_pixmap.h
parent20e1d21eecd0c3ab6312ee9ba635427607d7837c (diff)
made the rest of toolbar icons themeable.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3288 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/stock_pixmap.h')
-rw-r--r--src/stock_pixmap.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h
index 15017516..b0496988 100644
--- a/src/stock_pixmap.h
+++ b/src/stock_pixmap.h
@@ -82,6 +82,20 @@ typedef enum
STOCK_PIXMAP_FOLDER_SEARCH,
STOCK_PIXMAP_SPAM_SMALL,
+ /* for toolbar */
+
+ STOCK_PIXMAP_REMOTE_MAILBOX,
+ STOCK_PIXMAP_NEXT,
+ STOCK_PIXMAP_PREV,
+ STOCK_PIXMAP_SEARCH,
+ STOCK_PIXMAP_PRINT,
+ STOCK_PIXMAP_STOP,
+ STOCK_PIXMAP_EXECUTE,
+ STOCK_PIXMAP_COMMON_PREFS,
+ STOCK_PIXMAP_ACCOUNT_PREFS,
+ STOCK_PIXMAP_SAVE,
+ STOCK_PIXMAP_EDIT,
+
N_STOCK_PIXMAPS
} StockPixmap;
@@ -93,6 +107,8 @@ GtkWidget *stock_pixbuf_widget_scale (GtkWidget *window,
gint width,
gint height);
+GtkWidget *stock_pixbuf_widget_for_toolbar(StockPixmap icon);
+
gint stock_pixmap_gdk (GtkWidget *window,
StockPixmap icon,
GdkPixmap **pixmap,