From 760b0a4e58d9f6a8664051652ca42de572efc040 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 17 May 2004 19:54:19 +0000 Subject: New #define aliases for common icon usage cases where it may not be 2004-05-17 Jeffrey Stedfast * e-icon-factory.h (E_ICON_SIZE_LIST/STATUS): New #define aliases for common icon usage cases where it may not be obvious that they are the same size as menu icons. svn path=/trunk/; revision=25935 --- e-util/e-icon-factory.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/e-util/e-icon-factory.h b/e-util/e-icon-factory.h index 1a45d6eacd..cdb80b040b 100644 --- a/e-util/e-icon-factory.h +++ b/e-util/e-icon-factory.h @@ -35,6 +35,14 @@ enum { E_ICON_NUM_SIZES }; +/* standard size for list/tree widgets (16x16) */ +#define E_ICON_SIZE_LIST E_ICON_SIZE_MENU + +/* standard size for status bar icons (16x16) */ +#define E_ICON_SIZE_STATUS E_ICON_SIZE_MENU + + + void e_icon_factory_init (void); void e_icon_factory_shutdown (void); -- cgit v1.2.3