aboutsummaryrefslogtreecommitdiff
path: root/src/stock_pixmap.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-28 08:43:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-28 08:43:34 +0000
commitd0c14090a0d5e74834fabd896406bfe2cd212449 (patch)
treecbace3b2e15b9022002d3bb2775407d9f5e7907c /src/stock_pixmap.h
parent97379a005b5a462f5773367aaea6d97a7d3d694c (diff)
reimplemented folder selection dialog using GtkTreeView.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@189 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/stock_pixmap.h')
-rw-r--r--src/stock_pixmap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h
index 4da4d41f..c945abad 100644
--- a/src/stock_pixmap.h
+++ b/src/stock_pixmap.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* 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
@@ -83,5 +83,8 @@ gint stock_pixmap_gdk (GtkWidget *window,
StockPixmap icon,
GdkPixmap **pixmap,
GdkBitmap **mask);
+gint stock_pixbuf_gdk (GtkWidget *window,
+ StockPixmap icon,
+ GdkPixbuf **pixbuf);
#endif /* __STOCK_PIXMAP_H__ */