indicate IMAP mailboxes which show subs only with a green folder
[claws.git] / src / stock_pixmap.h
index 4fcbc13e0b156bfcafc0310ee7a1b0e5d005ffc9..3d2d5ad535fcce9f6d5b3260266e7bbed292db3f 100644 (file)
@@ -166,8 +166,13 @@ typedef enum
        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,
@@ -202,17 +207,14 @@ typedef enum {
        OVERLAY_BOTTOM_RIGHT
 } OverlayPosition;
 
-GtkWidget *stock_pixmap_widget (GtkWidget       *window,
-                                StockPixmap      icon);
-gint stock_pixbuf_gdk          (GtkWidget *window, StockPixmap icon, 
-                                GdkPixbuf **pixbuf);
+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,