aboutsummaryrefslogtreecommitdiff
path: root/src/stock_pixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stock_pixmap.h')
-rw-r--r--src/stock_pixmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h
index a3a3f419..57fcbb3a 100644
--- a/src/stock_pixmap.h
+++ b/src/stock_pixmap.h
@@ -80,6 +80,12 @@ GtkWidget *stock_pixmap_widget (GtkWidget *window,
StockPixmap icon);
GtkWidget *stock_pixbuf_widget (GtkWidget *window,
StockPixmap icon);
+
+GtkWidget *stock_pixbuf_widget_scale (GtkWidget *window,
+ StockPixmap icon,
+ gint width,
+ gint height);
+
gint stock_pixmap_gdk (GtkWidget *window,
StockPixmap icon,
GdkPixmap **pixmap,