Custom Toolbar 1
[claws.git] / src / stock_pixmap.h
index d2b52783283b61b50978acbd54a4535a789a3f64..e687192350e54b8b2e7460a24c3c72abe25935b9 100644 (file)
@@ -42,6 +42,7 @@ typedef enum
        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,
@@ -95,6 +96,9 @@ typedef enum
        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 */
        
        N_STOCK_PIXMAPS
 } StockPixmap;
@@ -108,5 +112,7 @@ gint stock_pixmap_gdk               (GtkWidget       *window,
 
 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__ */