home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-05-23 | 733 b | 27 lines | [TEXT/CWIE] |
- enum {
- kMaxCharsInOneDisasmLineFixed = 0x001C0000,
- kMaxCharsInOneDisasmLine = 0x001C
- };
-
- #pragma internal on
-
- OSErr Init_Disasm(void);
-
- short GetDisasmVScrollValue(void);
- void ScrollDisasmTo(short newPos);
- void DisasmHome(void);
- void DisasmEnd(void);
- void DisasmPgUp(void);
- void DisasmPgDn(void);
- void DrawDisasm(WindowPtr w);
- void SetupDisasmCtlMax(ControlHandle theControl);
- void InvalDisasm(void);
- #pragma internal reset
-
- void Activate_Disasm(EventRecord *, WindowPtr w, Handle, short, Boolean becomingActive);
- void Grow_Disasm(WindowPtr w, EventRecord *event);
- void Update_Disasm(WindowPtr w, short);
- void Do_Disasm(WindowPtr w, EventRecord *event);
- void CloseDisasm(WindowPtr w);
- void getDragRectDisasm(WindowPtr w, RectPtr r);
-