2007-04-24 [paul] 2.9.1cvs21
[claws.git] / src / stock_pixmap.h
index 0fb1b7ae93a23b52c882f45d46da1b9302c599bc..cbeeef40ba0134b7d6dca86c86e98ac235dab891 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2003 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef __STOCK_PIXMAP_H__
@@ -25,6 +25,8 @@
 
 typedef enum
 {
+       STOCK_PIXMAP_ADDR_ONE,
+       STOCK_PIXMAP_ADDR_TWO,
        STOCK_PIXMAP_ADDRESS,
        STOCK_PIXMAP_ADDRESS_BOOK,
        STOCK_PIXMAP_ADDRESS_SEARCH,
@@ -35,6 +37,7 @@ typedef enum
        STOCK_PIXMAP_CHECK_SPELLING,
        STOCK_PIXMAP_CLIP,
        STOCK_PIXMAP_CLIP_KEY,
+       STOCK_PIXMAP_CLIP_GPG_SIGNED,
        STOCK_PIXMAP_CLOSE,
        STOCK_PIXMAP_COMPLETE,
        STOCK_PIXMAP_CONTINUE,
@@ -43,6 +46,10 @@ typedef enum
        STOCK_PIXMAP_DIR_CLOSE_HRM,
        STOCK_PIXMAP_DIR_OPEN,
        STOCK_PIXMAP_DIR_OPEN_HRM,
+       STOCK_PIXMAP_DIR_CLOSE_MARK,
+       STOCK_PIXMAP_DIR_CLOSE_HRM_MARK,
+       STOCK_PIXMAP_DIR_OPEN_MARK,
+       STOCK_PIXMAP_DIR_OPEN_HRM_MARK,
        STOCK_PIXMAP_DOWN_ARROW,
        STOCK_PIXMAP_UP_ARROW,
        STOCK_PIXMAP_EDIT_EXTERN,
@@ -55,6 +62,10 @@ typedef enum
        STOCK_PIXMAP_INBOX_CLOSE_HRM,
        STOCK_PIXMAP_INBOX_OPEN,
        STOCK_PIXMAP_INBOX_OPEN_HRM,
+       STOCK_PIXMAP_INBOX_CLOSE_MARK,
+       STOCK_PIXMAP_INBOX_CLOSE_HRM_MARK,
+       STOCK_PIXMAP_INBOX_OPEN_MARK,
+       STOCK_PIXMAP_INBOX_OPEN_HRM_MARK,
        STOCK_PIXMAP_INSERT_FILE,
        STOCK_PIXMAP_INTERFACE,
        STOCK_PIXMAP_JPILOT,
@@ -75,6 +86,7 @@ typedef enum
        STOCK_PIXMAP_MAIL_SEND,
        STOCK_PIXMAP_MAIL_SEND_QUEUE,
        STOCK_PIXMAP_MAIL_SIGN,
+       STOCK_PIXMAP_OPEN_MAIL,
        STOCK_PIXMAP_MARK,
        STOCK_PIXMAP_NEW,
        STOCK_PIXMAP_NEWS_COMPOSE,
@@ -82,6 +94,10 @@ typedef enum
        STOCK_PIXMAP_OUTBOX_CLOSE_HRM,
        STOCK_PIXMAP_OUTBOX_OPEN,
        STOCK_PIXMAP_OUTBOX_OPEN_HRM,
+       STOCK_PIXMAP_OUTBOX_CLOSE_MARK,
+       STOCK_PIXMAP_OUTBOX_CLOSE_HRM_MARK,
+       STOCK_PIXMAP_OUTBOX_OPEN_MARK,
+       STOCK_PIXMAP_OUTBOX_OPEN_HRM_MARK,
        STOCK_PIXMAP_REPLIED,
        STOCK_PIXMAP_PASTE,
        STOCK_PIXMAP_PREFERENCES,
@@ -94,6 +110,14 @@ typedef enum
        STOCK_PIXMAP_TRASH_OPEN_HRM,
        STOCK_PIXMAP_TRASH_CLOSE,
        STOCK_PIXMAP_TRASH_CLOSE_HRM,
+       STOCK_PIXMAP_QUEUE_CLOSE_MARK,
+       STOCK_PIXMAP_QUEUE_CLOSE_HRM_MARK,
+       STOCK_PIXMAP_QUEUE_OPEN_MARK,
+       STOCK_PIXMAP_QUEUE_OPEN_HRM_MARK,
+       STOCK_PIXMAP_TRASH_OPEN_MARK,
+       STOCK_PIXMAP_TRASH_OPEN_HRM_MARK,
+       STOCK_PIXMAP_TRASH_CLOSE_MARK,
+       STOCK_PIXMAP_TRASH_CLOSE_HRM_MARK,
        STOCK_PIXMAP_UNREAD,
        STOCK_PIXMAP_VCARD,
        STOCK_PIXMAP_ONLINE,
@@ -105,6 +129,8 @@ typedef enum
        STOCK_PIXMAP_GPG_SIGNED,
        STOCK_PIXMAP_DRAFTS_CLOSE,
        STOCK_PIXMAP_DRAFTS_OPEN,
+       STOCK_PIXMAP_DRAFTS_CLOSE_MARK,
+       STOCK_PIXMAP_DRAFTS_OPEN_MARK,
        STOCK_PIXMAP_MIME_TEXT_PLAIN,
        STOCK_PIXMAP_MIME_TEXT_HTML,
        STOCK_PIXMAP_MIME_APPLICATION,
@@ -112,6 +138,10 @@ typedef enum
        STOCK_PIXMAP_MIME_AUDIO,
        STOCK_PIXMAP_MIME_TEXT_ENRICHED,
        STOCK_PIXMAP_MIME_UNKNOWN,
+       STOCK_PIXMAP_MIME_PDF,
+       STOCK_PIXMAP_MIME_PS,
+       STOCK_PIXMAP_MIME_TEXT_CALENDAR,
+       STOCK_PIXMAP_MIME_PGP_SIG,
        STOCK_PIXMAP_PRIVACY_SIGNED,
        STOCK_PIXMAP_PRIVACY_PASSED,
        STOCK_PIXMAP_PRIVACY_FAILED,
@@ -124,10 +154,18 @@ typedef enum
        STOCK_PIXMAP_PRIVACY_EMBLEM_FAILED,
        STOCK_PIXMAP_PRIVACY_EMBLEM_WARN,
        STOCK_PIXMAP_MIME_MESSAGE,
-       STOCK_PIXMAP_SYLPHEED_ICON,
+       STOCK_PIXMAP_CLAWS_MAIL_ICON,
        STOCK_PIXMAP_READ,
-       STOCK_PIXMAP_SYLPHEED_LOGO,             /* last entry */
-       
+       STOCK_PIXMAP_TRASH,
+       STOCK_PIXMAP_CLAWS_MAIL_LOGO,
+       STOCK_PIXMAP_DIR_NOSELECT, 
+       STOCK_PIXMAP_SPAM,
+       STOCK_PIXMAP_SPAM_BTN,
+       STOCK_PIXMAP_HAM_BTN,
+       STOCK_PIXMAP_MOVED,
+       STOCK_PIXMAP_COPIED,
+       STOCK_PIXMAP_SELECTION,
+       STOCK_PIXMAP_EMPTY,              /* last entry */
        N_STOCK_PIXMAPS
 } StockPixmap;
 
@@ -146,6 +184,8 @@ typedef enum {
 
 GtkWidget *stock_pixmap_widget (GtkWidget       *window,
                                 StockPixmap      icon);
+gint stock_pixbuf_gdk          (GtkWidget *window, StockPixmap icon, 
+                                GdkPixbuf **pixbuf);
 gint stock_pixmap_gdk          (GtkWidget       *window,
                                 StockPixmap      icon,
                                 GdkPixmap      **pixmap,