Home
last modified time | relevance | path

Searched refs:GetWindowProxyFSSpec (Results 1 – 3 of 3) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/win/
H A D_Winmodule.c1028 #ifndef GetWindowProxyFSSpec in WinObj_GetWindowProxyFSSpec()
1029 PyMac_PRECHECK(GetWindowProxyFSSpec); in WinObj_GetWindowProxyFSSpec()
1033 _err = GetWindowProxyFSSpec(_self->ob_itself, in WinObj_GetWindowProxyFSSpec()
/dports/lang/python27/Python-2.7.18/Mac/Modules/win/
H A D_Winmodule.c1028 #ifndef GetWindowProxyFSSpec in WinObj_GetWindowProxyFSSpec()
1029 PyMac_PRECHECK(GetWindowProxyFSSpec); in WinObj_GetWindowProxyFSSpec()
1033 _err = GetWindowProxyFSSpec(_self->ob_itself, in WinObj_GetWindowProxyFSSpec()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMacWindows.pas11453 function GetWindowProxyFSSpec( window: WindowRef; var outFile: FSSpec ): OSStatus; external name '_… in GetWindowProxyFSSpec() function