Searched refs:DragObj_New (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Mac/Modules/drag/ |
D | _Dragmodule.c | 32 #define DragObj_New _DragObj_New macro 50 PyObject *DragObj_New(DragRef itself) in DragObj_New() function 821 DragObj_New, theDrag); in Drag_NewDrag() 1019 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() 1123 PyMac_INIT_TOOLBOX_OBJECT_NEW(DragRef, DragObj_New); in init_Drag()
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 141 extern PyObject *DragObj_New(DragReference);
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 403 GLUE_NEW(DragReference, DragObj_New, "Carbon.Drag")
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 1173 DragObj_New, outNewDrag); in WinObj_BeginWindowProxyDrag()
|