aboutsummaryrefslogtreecommitdiff
path: root/src/stock_pixmap.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-23 09:49:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-23 09:49:26 +0000
commit733d4928e512c31baf076c6b97267c6b4691ba73 (patch)
treea0ab31a29b89d7f7e6a501c81a8ea8ec6fa0666d /src/stock_pixmap.h
parentd639875e773bda1e903956e25b54b9fc7414a0ad (diff)
initial implementation of the tray icon.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@501 ee746299-78ed-0310-b773-934348b2243d
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,