|
|
1.1 root 1: /* angle.h - header file for the AngleArc() demonstration program. */
2:
3:
4: /* function prototypes for the window procedures. */
5: long FAR PASCAL MainWndProc(HWND, UINT, UINT, LONG);
6: long FAR PASCAL DlgProc(HWND, UINT, UINT, LONG);
7:
8:
9: /* Top dialog item IDs */
10: #define DID_X 101
11: #define DID_Y 102
12: #define DID_RADIUS 103
13: #define DID_START 104
14: #define DID_SWEEP 105
15: #define DID_DRAW 200
16:
17: #define MAXCHARS 32
18:
19: /* Misc. defines for size, color, and appearance of drawing. */
20: #define GRIDCOLOR (COLORREF) 0x01000006
21: #define TICKSPACE 20
22: #define DIALOGHEIGHT 60
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.