Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c32 #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/
Dpymactoolbox.h141 extern PyObject *DragObj_New(DragReference);
/external/python/cpython2/Python/
Dmactoolboxglue.c403 GLUE_NEW(DragReference, DragObj_New, "Carbon.Drag")
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c1173 DragObj_New, outNewDrag); in WinObj_BeginWindowProxyDrag()