Home
last modified time | relevance | path

Searched refs:DragReference (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dpymactoolbox.h141 extern PyObject *DragObj_New(DragReference);
142 extern int DragObj_Convert(PyObject *, DragReference *);
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c1014 void *handlerRefCon, DragReference theDrag) in dragglue_TrackingHandler()
1040 DragReference theDrag) in dragglue_ReceiveHandler()
1066 ItemReference theItem, DragReference theDrag) in dragglue_SendData()
1096 void *dragSendRefCon, DragReference theDrag)
1103 void *dragSendRefCon, DragReference theDrag)
Ddragsupport.py27 DragReference = DragRef variable
/external/python/cpython2/Mac/Modules/mlte/
Dmltesupport.py117 DragReference = OpaqueByValueType("DragReference", "DragObj") variable
D_Mltemodule.c858 DragReference iDragReference; in TXNObj_TXNDragTracker()
888 DragReference iDragReference; in TXNObj_TXNDragReceiver()
/external/python/cpython2/Python/
Dmactoolboxglue.c403 GLUE_NEW(DragReference, DragObj_New, "Carbon.Drag")
404 GLUE_CONVERT(DragReference, DragObj_Convert, "Carbon.Drag")
/external/python/cpython2/Mac/Modules/win/
Dwinsupport.py32 DragReference = OpaqueByValueType("DragReference", "DragObj") variable
D_Winmodule.c1160 DragReference outNewDrag; in WinObj_BeginWindowProxyDrag()
1181 DragReference theDrag; in WinObj_EndWindowProxyDrag()
1201 DragReference drag; in WinObj_TrackWindowProxyFromExistingDrag()
/external/python/cpython2/Mac/Modules/ctl/
Dctlsupport.py49 DragReference = OpaqueByValueType("DragReference", "DragObj") variable
D_Ctlmodule.c1348 DragReference inDrag; in CtlObj_HandleControlDragTracking()
1371 DragReference inDrag; in CtlObj_HandleControlDragReceive()