home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
Clean 1.2.4
/
MacInterface
/
mac_types.icl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Modula Implementation
|
1994-06-23
|
310 b
|
16 lines
|
[
TEXT/3PRM
]
implementation module mac_types;
:: Ptr :== Int;
:: Handle :== Int;
:: Rect :== (!Int,!Int,!Int,!Int);
:: RgnHandle :== Int;
:: WindowPtr :== Int;
:: Event :== (!Bool,!Int,!Int,!Int,!Int,!Int,!Int);
:: DialogPtr :== Int;
:: MacMenuHandle :== Int;
:: *Toolbox :== Int;
NewToolbox :: Toolbox;
NewToolbox = 0;