indicate IMAP mailboxes which show subs only with a green folder
[claws.git] / src / stock_pixmap.h
index 9eb1fb6401a6f557f5f46dbd642745865808eeae..3d2d5ad535fcce9f6d5b3260266e7bbed292db3f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2012 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
@@ -21,7 +21,7 @@
 #define __STOCK_PIXMAP_H__
 
 #include <glib.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 
 typedef enum
 {
@@ -71,6 +71,7 @@ typedef enum
        STOCK_PIXMAP_INTERFACE,
        STOCK_PIXMAP_JPILOT,
        STOCK_PIXMAP_KEY,
+       STOCK_PIXMAP_KEY_SIGN,
        STOCK_PIXMAP_LDAP,
        STOCK_PIXMAP_LINEWRAP_CURRENT,
        STOCK_PIXMAP_LINEWRAP_ALL,
@@ -84,6 +85,7 @@ typedef enum
        STOCK_PIXMAP_MAIL_REPLY,
        STOCK_PIXMAP_MAIL_REPLY_TO_ALL,
        STOCK_PIXMAP_MAIL_REPLY_TO_AUTHOR,
+       STOCK_PIXMAP_MAIL_REPLY_TO_LIST,
        STOCK_PIXMAP_MAIL_SEND,
        STOCK_PIXMAP_MAIL_SEND_QUEUE,
        STOCK_PIXMAP_MAIL_SIGN,
@@ -100,6 +102,7 @@ typedef enum
        STOCK_PIXMAP_OUTBOX_OPEN_MARK,
        STOCK_PIXMAP_OUTBOX_OPEN_HRM_MARK,
        STOCK_PIXMAP_REPLIED,
+       STOCK_PIXMAP_REPLIED_AND_FORWARDED,
        STOCK_PIXMAP_PASTE,
        STOCK_PIXMAP_PREFERENCES,
        STOCK_PIXMAP_PROPERTIES,
@@ -160,9 +163,16 @@ typedef enum
        STOCK_PIXMAP_MIME_MESSAGE,
        STOCK_PIXMAP_CLAWS_MAIL_ICON,
        STOCK_PIXMAP_READ,
+       STOCK_PIXMAP_DELETE,
+       STOCK_PIXMAP_CANCEL,
        STOCK_PIXMAP_TRASH,
+       STOCK_PIXMAP_MAIL_COMPOSE_LOGO,
        STOCK_PIXMAP_CLAWS_MAIL_LOGO,
        STOCK_PIXMAP_DIR_NOSELECT, 
+       STOCK_PIXMAP_DIR_SUBS_CLOSE_MARK, 
+       STOCK_PIXMAP_DIR_SUBS_CLOSE, 
+       STOCK_PIXMAP_DIR_SUBS_OPEN_MARK, 
+       STOCK_PIXMAP_DIR_SUBS_OPEN, 
        STOCK_PIXMAP_SPAM,
        STOCK_PIXMAP_SPAM_BTN,
        STOCK_PIXMAP_HAM_BTN,
@@ -197,24 +207,18 @@ typedef enum {
        OVERLAY_BOTTOM_RIGHT
 } OverlayPosition;
 
-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,
-                                GdkBitmap      **mask);
+GtkWidget *stock_pixmap_widget (StockPixmap      icon);
+gint stock_pixbuf_gdk          (StockPixmap icon, GdkPixbuf **pixbuf);
 
 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);
-GtkWidget *stock_pixmap_widget_with_overlay (GtkWidget         *window,
-                                            StockPixmap         icon,
+GtkWidget *stock_pixmap_widget_with_overlay (StockPixmap        icon,
                                             StockPixmap         overlay,
                                             OverlayPosition     pos,
                                             gint                border_x,
                                             gint                border_y);
+gchar *stock_pixmap_get_system_theme_dir_for_theme(const gchar *theme);
 
 #endif /* __STOCK_PIXMAP_H__ */