X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fstock_pixmap.h;h=ab6b994fec55547de5c475ed50598480cbdf497c;hp=ed8b06bdbc1d99a3c2a616ffb1830e242aa76e6d;hb=7949ef8c29b6e0bfb909a6b7df64660a38dfc183;hpb=27d2d07b9a0ade06d7a13a64a50e527e761e295e diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h index ed8b06bdb..ab6b994fe 100644 --- a/src/stock_pixmap.h +++ b/src/stock_pixmap.h @@ -26,34 +26,41 @@ typedef enum { STOCK_PIXMAP_ADDRESS, + STOCK_PIXMAP_ADDRESS_BOOK, + STOCK_PIXMAP_ADDRESS_SEARCH, 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_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_REPLIED, - STOCK_PIXMAP_CLOSE, - STOCK_PIXMAP_DOWN_ARROW, - STOCK_PIXMAP_EXEC, STOCK_PIXMAP_MAIL, STOCK_PIXMAP_MAIL_ATTACH, STOCK_PIXMAP_MAIL_COMPOSE, @@ -65,17 +72,54 @@ 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_SYLPHEED_LOGO, - STOCK_PIXMAP_ADDRESS_BOOK, - STOCK_PIXMAP_TRASH, + STOCK_PIXMAP_QUEUE_CLOSE, + STOCK_PIXMAP_QUEUE_CLOSE_HRM, + STOCK_PIXMAP_QUEUE_OPEN, + STOCK_PIXMAP_QUEUE_OPEN_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 */ + STOCK_PIXMAP_QUICKSEARCH, /* quicksearch pixmap */ + STOCK_PIXMAP_GPG_SIGNED, + STOCK_PIXMAP_DRAFTS_CLOSE, + STOCK_PIXMAP_DRAFTS_OPEN, + STOCK_PIXMAP_MESSAGEVIEW_TEXT, + STOCK_PIXMAP_MIME_TEXT_PLAIN, + STOCK_PIXMAP_MIME_TEXT_HTML, + STOCK_PIXMAP_MIME_APPLICATION, + STOCK_PIXMAP_MIME_APPLICATION_OCTET_STREAM, + STOCK_PIXMAP_MIME_IMAGE, + STOCK_PIXMAP_MIME_AUDIO, + STOCK_PIXMAP_MIME_TEXT_ENRICHED, + STOCK_PIXMAP_MIME_UNKNOWN, + STOCK_PIXMAP_MIME_GPG_SIGNED, + STOCK_PIXMAP_MIME_GPG_PASSED, + STOCK_PIXMAP_MIME_GPG_FAILED, + STOCK_PIXMAP_MIME_GPG_UNKNOWN, + STOCK_PIXMAP_MIME_GPG_EXPIRED, + + STOCK_PIXMAP_SYLPHEED_LOGO, /* last entry */ + N_STOCK_PIXMAPS } StockPixmap; @@ -86,4 +130,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__ */