Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-stock-icons.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:35:40 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:35:40 (GMT)
commit10e26a71cac1e501af473496e7b3be32fc7d9676 (patch)
treefbcb4b7ab94aee39f0814e93d9d800494efff0c3 /libview/ev-stock-icons.h
parentb3f6ded68bf84ff865dcdb648b2b84abb2a60ab1 (diff)
Add close, resize-se and resize-sw icons copied from stickynotes applet
Diffstat (limited to 'libview/ev-stock-icons.h')
-rw-r--r--libview/ev-stock-icons.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libview/ev-stock-icons.h b/libview/ev-stock-icons.h
index c49dc17..4cad90e 100644
--- a/libview/ev-stock-icons.h
+++ b/libview/ev-stock-icons.h
@@ -42,6 +42,9 @@ G_BEGIN_DECLS
#define EV_STOCK_ROTATE_RIGHT "object-rotate-right"
#define EV_STOCK_RUN_PRESENTATION "x-office-presentation"
#define EV_STOCK_VISIBLE "eye"
+#define EV_STOCK_RESIZE_SE "resize-se"
+#define EV_STOCK_RESIZE_SW "resize-sw"
+#define EV_STOCK_CLOSE "close"
void ev_stock_icons_init (void);
void ev_stock_icons_shutdown (void);