remove icons that will never be displayed
[claws.git] / src / stock_pixmap.h
index c74c517070a430dedb8a721dc423de21a1dbbca0..13f6709e90e52c3d679ceac3e57a1606364f2080 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
 {
@@ -102,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,
@@ -165,8 +166,14 @@ 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_NOSELECT_CLOSE, 
+       STOCK_PIXMAP_DIR_NOSELECT_CLOSE_MARK, 
+       STOCK_PIXMAP_DIR_NOSELECT_OPEN, 
+       STOCK_PIXMAP_DIR_SUBS_CLOSE_MARK, 
+       STOCK_PIXMAP_DIR_SUBS_CLOSE, 
+       STOCK_PIXMAP_DIR_SUBS_OPEN, 
        STOCK_PIXMAP_SPAM,
        STOCK_PIXMAP_SPAM_BTN,
        STOCK_PIXMAP_HAM_BTN,
@@ -201,24 +208,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__ */