Searched refs:DragReference (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 141 extern PyObject *DragObj_New(DragReference); 142 extern int DragObj_Convert(PyObject *, DragReference *);
|
/external/python/cpython2/Mac/Modules/drag/ |
D | _Dragmodule.c | 1014 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)
|
D | dragsupport.py | 27 DragReference = DragRef variable
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | mltesupport.py | 117 DragReference = OpaqueByValueType("DragReference", "DragObj") variable
|
D | _Mltemodule.c | 858 DragReference iDragReference; in TXNObj_TXNDragTracker() 888 DragReference iDragReference; in TXNObj_TXNDragReceiver()
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 403 GLUE_NEW(DragReference, DragObj_New, "Carbon.Drag") 404 GLUE_CONVERT(DragReference, DragObj_Convert, "Carbon.Drag")
|
/external/python/cpython2/Mac/Modules/win/ |
D | winsupport.py | 32 DragReference = OpaqueByValueType("DragReference", "DragObj") variable
|
D | _Winmodule.c | 1160 DragReference outNewDrag; in WinObj_BeginWindowProxyDrag() 1181 DragReference theDrag; in WinObj_EndWindowProxyDrag() 1201 DragReference drag; in WinObj_TrackWindowProxyFromExistingDrag()
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | ctlsupport.py | 49 DragReference = OpaqueByValueType("DragReference", "DragObj") variable
|
D | _Ctlmodule.c | 1348 DragReference inDrag; in CtlObj_HandleControlDragTracking() 1371 DragReference inDrag; in CtlObj_HandleControlDragReceive()
|