home *** CD-ROM | disk | FTP | other *** search
- /* acdfres4.h - default window identifiers */
- #include <icconst.h>
-
- /* Application (user) 2000 */
- #define MI_COMMAND 2000
- #define MI_GROW 2001
- #define MI_SHRINK 2002
- #define MI_NEXT 2003
- #define MI_PREV 2004
- #define MI_DISPLAY 2005
- #define MI_CASCADE 2006
- #define MI_VTILE 2007
- #define MI_HTILE 2008
- #define MI_LAUNCH 2009
- #define MI_UNSELECT 2010
-
- #define TB_SHRINK 2011
- #define TB_GROW 2012
- #define TB_NEXT 2013
- #define TB_PREV 2014
- #define TB_LAUNCH 2015
- #define STR_METAFILE 2016
- #define STR_INVALID_CURSOR 2017
- #define STR_VIEW 2018
-
- #define IC_ACDF4 2100
- /* the rest are in icconst.h */
-