File: macptrs.h

package info (click to toggle)
audacity 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 86,844 kB
  • sloc: ansic: 225,005; cpp: 221,240; sh: 27,327; python: 16,896; makefile: 8,186; lisp: 8,002; perl: 317; xml: 307; sed: 16
file content (52 lines) | stat: -rw-r--r-- 1,075 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{	"HIDEPEN",			S, xhidepen		}, /* 300 */

{	"SHOWPEN",			S, xshowpen		}, /* 301 */

{	"GETPEN",			S, xgetpen		}, /* 302 */

{	"PENSIZE",			S, xpensize		}, /* 303 */

{	"PENMODE",			S, xpenmode		}, /* 304 */

{	"PENPAT",			S, xpenpat		}, /* 305 */

{	"PENNORMAL",			S, xpennormal		}, /* 306 */

{	"MOVETO",			S, xmoveto		}, /* 307 */

{	"MOVE",				S, xmove		}, /* 308 */

{	"LINETO",			S, xdrawto		}, /* 309 */

{	"LINE",				S, xdraw		}, /* 310 */

{	"SHOW-GRAPHICS",		S, xshowgraphics	}, /* 311 */

{	"HIDE-GRAPHICS",		S, xhidegraphics	}, /* 312 */

{	"CLEAR-GRAPHICS",		S, xcleargraphics	}, /* 313 */

{	"TOOLBOX",			S, xtool		}, /* 314 */

{	"TOOLBOX-16",			S, xtool16		}, /* 315 */

{	"TOOLBOX-32",			S, xtool32		}, /* 316 */

{	"NEWHANDLE",			S, xnewhandle		}, /* 317 */

{	"NEWPTR",			S, xnewptr		}, /* 318 */

{	"HIWORD",			S, xhiword		}, /* 319 */

{	"LOWORD",			S, xloword		}, /* 320 */

{	"READ-CHAR-NO-HANG",		S, xrdnohang		}, /* 321 */



/* not implemented - take a look at code in directory "sys:mac:old" */

/*{	"COMMAND-POINT-SIZE",		S, xptsize		},  322 */