diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-18 03:54:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-18 03:54:19 +0800 |
commit | 760b0a4e58d9f6a8664051652ca42de572efc040 (patch) | |
tree | 43527389cd17e66d4a999e0cc5cc20070842ee00 /e-util/e-icon-factory.h | |
parent | 2b5742659639ceb7069ef7e78ee3a98f06d5eeb7 (diff) | |
download | gsoc2013-evolution-760b0a4e58d9f6a8664051652ca42de572efc040.tar.gz gsoc2013-evolution-760b0a4e58d9f6a8664051652ca42de572efc040.tar.zst gsoc2013-evolution-760b0a4e58d9f6a8664051652ca42de572efc040.zip |
New #define aliases for common icon usage cases where it may not be
2004-05-17 Jeffrey Stedfast <fejj@novell.com>
* 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
Diffstat (limited to 'e-util/e-icon-factory.h')
-rw-r--r-- | e-util/e-icon-factory.h | 8 |
1 files changed, 8 insertions, 0 deletions
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); |