X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fstock_pixmap.h;h=e687192350e54b8b2e7460a24c3c72abe25935b9;hp=cc63ece55fc5168183f18d9cde9482c8e1067a1c;hb=8ff516bbc08ac49ef51d20362e8b719bde2c84ee;hpb=4b53dfb5ad3782a5a2708b0694267d973c9e2fa1 diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h index cc63ece55..e68719235 100644 --- a/src/stock_pixmap.h +++ b/src/stock_pixmap.h @@ -26,37 +26,40 @@ typedef enum { STOCK_PIXMAP_ADDRESS, + STOCK_PIXMAP_ADDRESS_BOOK, STOCK_PIXMAP_BOOK, STOCK_PIXMAP_CATEGORY, STOCK_PIXMAP_CHECKBOX_OFF, STOCK_PIXMAP_CHECKBOX_ON, STOCK_PIXMAP_CLIP, STOCK_PIXMAP_CLIP_KEY, + STOCK_PIXMAP_CLOSE, STOCK_PIXMAP_COMPLETE, STOCK_PIXMAP_CONTINUE, STOCK_PIXMAP_DELETED, STOCK_PIXMAP_DIR_CLOSE, + STOCK_PIXMAP_DIR_CLOSE_HRM, STOCK_PIXMAP_DIR_OPEN, STOCK_PIXMAP_DIR_OPEN_HRM, + STOCK_PIXMAP_DOWN_ARROW, + STOCK_PIXMAP_UP_ARROW, + STOCK_PIXMAP_EDIT_EXTERN, STOCK_PIXMAP_ERROR, + STOCK_PIXMAP_EXEC, STOCK_PIXMAP_FORWARDED, STOCK_PIXMAP_GROUP, - STOCK_PIXMAP_INBOX, - STOCK_PIXMAP_INBOX_HRM, + STOCK_PIXMAP_IGNORETHREAD, + STOCK_PIXMAP_INBOX_CLOSE, + STOCK_PIXMAP_INBOX_CLOSE_HRM, + STOCK_PIXMAP_INBOX_OPEN, + STOCK_PIXMAP_INBOX_OPEN_HRM, + STOCK_PIXMAP_INSERT_FILE, STOCK_PIXMAP_INTERFACE, STOCK_PIXMAP_JPILOT, STOCK_PIXMAP_KEY, STOCK_PIXMAP_LDAP, STOCK_PIXMAP_LINEWRAP, - STOCK_PIXMAP_MARK, STOCK_PIXMAP_LOCKED, - STOCK_PIXMAP_NEW, - STOCK_PIXMAP_OUTBOX, - STOCK_PIXMAP_OUTBOX_HRM, - STOCK_PIXMAP_REPLIED, - STOCK_PIXMAP_CLOSE, - STOCK_PIXMAP_DOWN_ARROW, - STOCK_PIXMAP_EXEC, STOCK_PIXMAP_MAIL, STOCK_PIXMAP_MAIL_ATTACH, STOCK_PIXMAP_MAIL_COMPOSE, @@ -68,18 +71,35 @@ typedef enum STOCK_PIXMAP_MAIL_REPLY_TO_AUTHOR, STOCK_PIXMAP_MAIL_SEND, STOCK_PIXMAP_MAIL_SEND_QUEUE, + STOCK_PIXMAP_MAIL_SIGN, + STOCK_PIXMAP_MARK, + STOCK_PIXMAP_NEW, STOCK_PIXMAP_NEWS_COMPOSE, + STOCK_PIXMAP_OUTBOX_CLOSE, + STOCK_PIXMAP_OUTBOX_CLOSE_HRM, + STOCK_PIXMAP_OUTBOX_OPEN, + STOCK_PIXMAP_OUTBOX_OPEN_HRM, + STOCK_PIXMAP_REPLIED, STOCK_PIXMAP_PASTE, STOCK_PIXMAP_PREFERENCES, STOCK_PIXMAP_PROPERTIES, + STOCK_PIXMAP_QUEUE_CLOSE, + STOCK_PIXMAP_QUEUE_CLOSE_HRM, + STOCK_PIXMAP_QUEUE_OPEN, + STOCK_PIXMAP_QUEUE_OPEN_HRM, STOCK_PIXMAP_SYLPHEED_LOGO, - STOCK_PIXMAP_ADDRESS_BOOK, - STOCK_PIXMAP_TRASH, - STOCK_PIXMAP_TRASH_HRM, + STOCK_PIXMAP_TRASH_OPEN, + STOCK_PIXMAP_TRASH_OPEN_HRM, + STOCK_PIXMAP_TRASH_CLOSE, + STOCK_PIXMAP_TRASH_CLOSE_HRM, STOCK_PIXMAP_UNREAD, STOCK_PIXMAP_VCARD, - STOCK_PIXMAP_IGNORETHREAD, - + STOCK_PIXMAP_WORK_ONLINE, + STOCK_PIXMAP_WORK_OFFLINE, + STOCK_PIXMAP_NOTICE_WARN, /* small warning */ + STOCK_PIXMAP_NOTICE_ERROR, /* small error */ + STOCK_PIXMAP_NOTICE_NOTE, /* small message */ + N_STOCK_PIXMAPS } StockPixmap; @@ -90,4 +110,9 @@ gint stock_pixmap_gdk (GtkWidget *window, GdkPixmap **pixmap, GdkBitmap **mask); +GList *stock_pixmap_themes_list_new (void); +void stock_pixmap_themes_list_free (GList *list); +gchar *stock_pixmap_get_name (StockPixmap icon); +StockPixmap stock_pixmap_get_icon (gchar *file); + #endif /* __STOCK_PIXMAP_H__ */