Home
last modified time | relevance | path

Searched refs:WinObj_WhichWindow (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c26 #define WinObj_WhichWindow _WinObj_WhichWindow macro
339 WinObj_WhichWindow, outUnavailableWindow); in WinObj_GetWindowModality()
1891 WinObj_WhichWindow, outParentWindow); in WinObj_GetSheetWindowParent()
2266 WinObj_WhichWindow, _rv); in WinObj_GetNextWindow()
2896 WinObj_WhichWindow, window); in Win_MacFindWindow()
2911 WinObj_WhichWindow, _rv); in Win_FrontWindow()
2926 WinObj_WhichWindow, _rv); in Win_FrontNonFloatingWindow()
2971 WinObj_WhichWindow, outWindow, in Win_FindWindowOfClass()
3126 _res = WinObj_WhichWindow((WindowPtr)ptr); in Win_WhichWindow()
3147 WinObj_WhichWindow, theWindow); in Win_FindWindow()
[all …]
/external/python/cpython2/Include/
Dpymactoolbox.h205 extern PyObject *WinObj_WhichWindow(WindowPtr);
/external/python/cpython2/Python/
Dmactoolboxglue.c447 GLUE_NEW(WindowPtr, WinObj_WhichWindow, "Carbon.Win")
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c1019 args = Py_BuildValue("hO&O&", theMessage, DragObj_New, theDrag, WinObj_WhichWindow, theWindow); in dragglue_TrackingHandler()
1045 args = Py_BuildValue("O&O&", DragObj_New, theDrag, WinObj_WhichWindow, theWindow); in dragglue_ReceiveHandler()