diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-12 21:56:56 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-12 21:56:56 (GMT) |
commit | c5d0959a22425d9f82fc8cdd900cff866ea6c6be (patch) | |
tree | 01a15cde835b4496197278857c64824f4642aecf /Mac/Build/PythonCoreCFM68K.prj.exp | |
parent | a05ac607d720727bc0d3799b7bea7a81e02ea561 (diff) | |
download | cpython-c5d0959a22425d9f82fc8cdd900cff866ea6c6be.zip cpython-c5d0959a22425d9f82fc8cdd900cff866ea6c6be.tar.gz cpython-c5d0959a22425d9f82fc8cdd900cff866ea6c6be.tar.bz2 |
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.
Diffstat (limited to 'Mac/Build/PythonCoreCFM68K.prj.exp')
-rw-r--r-- | Mac/Build/PythonCoreCFM68K.prj.exp | 145 |
1 files changed, 144 insertions, 1 deletions
diff --git a/Mac/Build/PythonCoreCFM68K.prj.exp b/Mac/Build/PythonCoreCFM68K.prj.exp index 929f0d2..40b0bb4 100644 --- a/Mac/Build/PythonCoreCFM68K.prj.exp +++ b/Mac/Build/PythonCoreCFM68K.prj.exp @@ -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 |