home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * Local definitions of GraphGen.c for GraphGen.c only. *
- *****************************************************************************/
-
- #ifndef GRAPH_GEN_LH /* Define only once. */
- #define GRAPH_GEN_LH
-
- #define POINT_SIZE 0.05 /* Size of + marker drawn. */
- #define POINT_TITLE 0.02 /* Distance between point title and + marker. */
-
- #define MENU_BASE_X 1.225 /* Menu size constants. */
- #define MENU_TOP_Y 0.94
- #define MENU_ITEM_X 0.75
- #define MENU_ITEM_Y 0.11
- #define MENU_HEAD_Y 0.2
-
- #define CURSOR_IMAGE_X 24
- #define CURSOR_IMAGE_Y 24
-
- #define KEY_LEFT 256 /* Key Codes returned for operational keys. */
- #define KEY_RIGHT 257
- #define KEY_RETURN 258
- #define KEY_DELETE 259
- #define KEY_INSERT 260
- #define KEY_BSPACE 261
- #define KEY_ESC 262
- #define KEY_HOME 263
- #define KEY_END 264
-
- #endif GRAPH_GEN_LH
-