Commit c5d0959a authored by Jack Jansen's avatar Jack Jansen

Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and...

Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K.
Static 68K Python still has a tk problem.
parent a05ac607
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -210,6 +210,7 @@ __set_idle_proc
__get_file_modes
__handle_reopen
__handle_open
__reopen
freopen
fopen
fflush
......@@ -370,7 +371,6 @@ __som_check_ev
__som_check_new
__destroy_global_chain
__register_global_object
longjmp
exit
abort
GUSISetupMSLSIOUX__Fv # GUSISetupMSLSIOUX()
......@@ -1167,6 +1167,7 @@ PyMac_BuildPoint
PyMac_GetPoint
PyMac_BuildRect
PyMac_GetRect
PyMac_BuildFSSpec
PyMac_GetFSSpec
PyMac_BuildStr255
PyMac_GetStr255
......@@ -1350,6 +1351,7 @@ PyList_GetItem
PyList_Size
PyList_New
PyInt_Fini
PyInt_FromString
PyInt_AsLong
PyInt_FromLong
PyInt_GetMax
......@@ -1367,6 +1369,7 @@ PyFrame_New
PyFloat_Fini
PyFloat_AsString
PyFloat_AsDouble
PyFloat_FromString
PyFloat_FromDouble
PyFile_WriteString
PyFile_WriteObject
......@@ -1602,6 +1605,145 @@ _PyBuiltin_Fini_2
_PyBuiltin_Fini_1
_PyBuiltin_Init_2
_PyBuiltin_Init_1
GetThemeTextColor
GetThemeBrushAsColor
IsValidAppearanceFileType
SetThemeTextColorForWindow
ApplyThemeBackground
NormalizeThemeDrawingState
GetThemeStandaloneGrowBoxBounds
DrawThemeStandaloneNoGrowBox
DrawThemeStandaloneGrowBox
DrawThemeTickMark
EndThemeDragSound
BeginThemeDragSound
PlayThemeSound
DrawThemeScrollBarDelimiters
HitTestThemeScrollBarArrows
GetThemeScrollBarTrackRect
DrawThemeScrollBarArrows
UseThemeFont
GetThemeCheckBoxStyle
GetThemeScrollBarArrowStyle
GetThemeScrollBarThumbStyle
SetAnimatedThemeCursor
SetThemeCursor
GetThemeTabRegion
DrawThemeTabPane
GetCompressionName
GetSoundPreference
SetSoundPreference
GetCompressionInfo
SndSetInfo
SndGetInfo
GetCustomIconsEnabled
SetCustomIconsEnabled
FlushIconRefsByVolume
FlushIconRefs
GetIconSizesFromIconRef
IconRefToRgn
RectInIconRef
PtInIconRef
PlotIconRef
IsValidIconRef
IsIconRefComposite
CompositeIconRef
RemoveIconRefOverride
OverrideIconRef
OverrideIconRefFromResource
UpdateIconRef
UnregisterIconRef
RegisterIconRefFromResource
RegisterIconRefFromIconFamily
GetIconRefFromFolder
GetIconRef
GetIconRefFromFile
ReleaseIconRef
AcquireIconRef
GetIconRefOwners
GetIconFamilyData
SetIconFamilyData
IconSuiteToIconFamily
IconFamilyToIconSuite
IconRefToIconFamily
IconServicesTerminate
InitFloatingWindows
IsValidWindowPtr
FrontNonFloatingWindow
AreFloatingWindowsVisible
HideFloatingWindows
ShowFloatingWindows
CreateWindowFromResource
CreateNewWindow
HideMenuBar
ShowMenuBar
IsMenuBarVisible
SetWindowIdealUserState
GetWindowIdealUserState
ZoomWindowIdeal
IsWindowInStandardState
MoveWindowStructure
GetWindowBounds
SetWindowBounds
RepositionWindow
TransitionWindow
HiliteWindowFrameForDrag
IsWindowPathSelectClick
SetWindowModified
IsWindowModified
TrackWindowProxyDrag
RemoveWindowProxy
SetWindowProxyIcon
GetWindowProxyIcon
SetWindowProxyCreatorAndType
GetWindowProxyAlias
SetWindowProxyAlias
GetWindowProxyFSSpec
SetWindowProxyFSSpec
ValidWindowRect
ValidWindowRgn
InvalWindowRect
InvalWindowRgn
SetWindowContentPattern
GetWindowContentPattern
GetWindowContentColor
SetWindowContentColor
GetWindowAttributes
GetWindowClass
CloneWindow
GetWindowOwnerCount
GetModalDialogEventMask
SetModalDialogEventMask
GetDialogTimeout
SetDialogTimeout
AppendDialogItemList
GetControlRegion
IsMenuItemIconEnabled
DisableMenuItemIcon
EnableMenuItemIcon
IsMenuItemEnabled
DisableMenuItem
EnableMenuItem
InsertMenuItemText
AppendMenuItemText
SetMenuExcludesMarkColumn
GetMenuExcludesMarkColumn
SetMenuFont
GetMenuFont
RemoveControlProperty
IsValidControlHandle
SetControl32BitMinimum
GetControl32BitMinimum
SetControl32BitMaximum
GetControl32BitMaximum
SetControl32BitValue
GetControl32BitValue
SetControlViewSize
GetControlViewSize
SetUpControlTextColor
SetAntiAliasedTextEnabled
IsAntiAliasedTextEnabled
GetPixRowBytes
PyBuffer_New
PyBuffer_FromReadWriteMemory
PyBuffer_FromMemory
......@@ -1870,6 +2012,7 @@ AppleTalkSockets
PyMac_AppRefNum
options
PyMac_ConsoleIsDead
PyMac_AppearanceCompliant
PyMac_OSErrException
PyMac_ApplicationFSSpec
PyMac_ApplicationPath
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment