System 6.0.1 macros provided by Eric Shepherd

This commit is contained in:
Andrew Roughan 2015-05-03 21:12:21 +10:00
parent 660828e3e5
commit 064a22e6d8
7 changed files with 85 additions and 1 deletions

View File

@ -290,7 +290,30 @@ _SetLETextByID MAC
_GetLETextByID MAC _GetLETextByID MAC
Tool $3B10 Tool $3B10
<<< <<<
~SetCtlValueByID MAC
PHWL ]1;]2
PHL ]3
_SetCtlValueByID MAC
Tool $3C10
<<<
~GetCtlValueByID MAC
P1SL ]1
PHL ]2
_GetCtlValueByID MAC
Tool $3D10
<<<
~InvalOneCtlByID MAC
PxL ]1;]2
_InvalOneCtlByID MAC
Tool $3E10
<<<
~HiliteCtlByID MAC
PHWL ]1;]2
PHL ]3
_HiliteCtlByID MAC
Tool $3F10
<<<
~qCtlStartUp MAC ~qCtlStartUp MAC
PHW ]1 PHW ]1
NextDP ]2;$100 NextDP ]2;$100

View File

@ -172,6 +172,12 @@ _LEGetTextLen MAC
_GetLEDefProc MAC _GetLEDefProc MAC
Tool $2414 Tool $2414
<<< <<<
~LEClassifyKey MAC
P1SW ]1
PHL ]2
_LEClassifyKey MAC
Tool $2514
<<<
~qLEStartUp MAC ~qLEStartUp MAC
PHW ]1 PHW ]1
NextDP ]2;$100 NextDP ]2;$100

View File

@ -288,3 +288,16 @@ _ShowBootInfo MAC
_ScanDevices MAC _ScanDevices MAC
Tool $3D03 Tool $3D03
<<< <<<
~AlertMessage MAC
P1SL ]1
PHWL ]2;]3
_AlertMessage MAC
Tool $3E03
<<<
~DoSysPrefs MAC
P1SW ]1
PHW ]2
_DoSysPrefs MAC
Tool $3F03
<<<

View File

@ -82,3 +82,22 @@ _IBeamCursor MAC
_WooshRect MAC _WooshRect MAC
Tool $1412 Tool $1412
<<< <<<
~DrawStringWidth MAC
P1SL ]1
PHW ]2
_DrawStringWidth MAC
Tool $1512
<<<
~UseColorTable MAC
P2SW ]1
PHLW ]2;]3
_UseColorTable MAC
Tool $1612
<<<
~RestoreColorTable MAC
PHL ]1
PHW ]2
_RestoreColorTable MAC
Tool $1712
<<<

View File

@ -236,3 +236,15 @@ _LoadNamedResource MAC
_SetResourceName MAC _SetResourceName MAC
Tool $2D1E Tool $2D1E
<<< <<<
~OpenResourceFileByID MAC
P1SW ]1
PHW ]2
_OpenResourceFileByID MAC
Tool $2E1E
<<<
~CompactResourceFile MAC
PxW ]1;]2
_CompactResourceFile MAC
Tool $2F1E
<<<

View File

@ -82,3 +82,9 @@ _GetScrapState MAC
_GetIndScrap MAC _GetIndScrap MAC
Tool $1416 Tool $1416
<<< <<<
~ShowClipboard MAC
P2SW ]1
PHL ]2
_ShowClipboard MAC
Tool $1516
<<<

View File

@ -548,3 +548,8 @@ _ResizeInfoBar MAC
_HandleDiskInsert MAC _HandleDiskInsert MAC
Tool $6B0E Tool $6B0E
<<< <<<
~UpdateWindow MAC
PHWL ]1;]2
_UpdateWindow MAC
Tool $6C0E
<<<