defines.h
/*********************************************************************
$RCSfile: defines.h $
$Revision: 1.3 $
$Date: 1997/09/08 23:58:30 $
$Author: doomer $
Copyright (c) 1997 John Dumais. All rights reserved.
**********************************************************************
Description
This file defines the values used to look up atom identifier
strings. The string definitions are in a resource file in case
someone wants to have the identifiers in a language other than
English.
*********************************************************************/
#define IDS_ALT_TAB_ATOM 100
#define IDS_ALT_F4_ATOM 101
#define IDS_ALT_RETURN_ATOM 102
#define IDS_ALT_ESC_ATOM 103
#define IDS_ALT_SPACE_ATOM 104
#define IDS_CTRL_ESC_ATOM 105
#define IDS_CTRL_SPACE_ATOM 106
#define MAX_STRING_SIZE 255
/*********************************************************************
$Log: defines.h $
Revision 1.3 1997/09/08 23:58:30 doomer
documentation.
Revision 1.2 1997/08/25 00:52:28 doomer
am using hot keys instead of a keyboard hook to trap window
navigation key strokes. Necessitated additional manifest constants,
string table entries, and atoms. Removed the keyboard hook and
associated stuff.
Revision 1.1 1997/08/17 04:58:08 doomer
Initial revision
*********************************************************************/