mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
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.
This commit is contained in:
parent
a05ac607d7
commit
c5d0959a22
31 changed files with 144 additions and 1 deletions
BIN
Mac/Build/AE.prj
BIN
Mac/Build/AE.prj
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Cm.prj
BIN
Mac/Build/Cm.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Fm.prj
BIN
Mac/Build/Fm.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Qt.prj
BIN
Mac/Build/Qt.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/TE.prj
BIN
Mac/Build/TE.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue