indicate GnuPG signed messages by displaying an icon in the Attachment column
[claws.git] / src / stock_pixmap.h
index c7ef09801af04168580e040e1ea971a5def48b45..36bac455d7c3a24213838170778cdf32c1eb95a1 100644 (file)
 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_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,
@@ -63,16 +71,38 @@ 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_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_SYLPHEED_LOGO,             /* last entry */
+       
        N_STOCK_PIXMAPS
 } StockPixmap;
 
@@ -83,4 +113,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__ */