home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1993-06-27 | 715 b | 17 lines | [.Ob./.Ob4] |
- Syntax10.Scn.Fnt
- Syntax10b.Scn.Fnt
- MODULE MacOSUtils;
- (* This Module contains all essentiel constants, datatypes and routines from the NEW Inside Macintosh
- Operating System Utilities
- However this implementation is NOT complete. If use miss some items, please use Inside Mac
- and complete this module for your needs.
- See the documentation ( MakeMacApp.Doc ) for more information about the usage of this module
- IMPORT SYSTEM,ME:=MacMemory;
- (* Gestalt , register-based *)
- PROCEDURE- Gestalt* 0A1H,0ADH;
- PROCEDURE- NewGestalt* 0A3H,0ADH;
- PROCEDURE- ReplaceGestalt* 0A5H,0ADH;
- (* Other *)
- PROCEDURE- GetCursor*(cursorID : INTEGER) : ME.Handle 0A9H,0B9H;
- END MacOSUtils.
-