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

/external/python/cpython2/Mac/Modules/drag/
H A Ddragsupport.py27 DragReference = DragRef variable
70 void *handlerRefCon, DragReference theDrag)
96 DragReference theDrag)
122 ItemReference theItem, DragReference theDrag)
152 void *dragSendRefCon, DragReference theDrag)
159 void *dragSendRefCon, DragReference theDrag)
H A D_Dragmodule.c1014 void *handlerRefCon, DragReference theDrag)
1040 DragReference theDrag)
1066 ItemReference theItem, DragReference theDrag)
1096 void *dragSendRefCon, DragReference theDrag)
1103 void *dragSendRefCon, DragReference theDrag)
/external/python/cpython2/Mac/Modules/mlte/
H A Dmltesupport.py117 DragReference = OpaqueByValueType("DragReference", "DragObj") variable
H A D_Mltemodule.c858 DragReference iDragReference;
888 DragReference iDragReference;
1204 PyDoc_STR("(TXNFrameID iTXNFrameID, DragTrackingMessage iMessage, WindowPtr iWindow, DragReference iDragReference, Boolean iDifferentObjectSameWindow) -> None")},
1206 PyDoc_STR("(TXNFrameID iTXNFrameID, WindowPtr iWindow, DragReference iDragReference, Boolean iDifferentObjectSameWindow) -> None")},
/external/python/cpython2/Mac/Modules/win/
H A Dwinsupport.py32 DragReference = OpaqueByValueType("DragReference", "DragObj") variable
H A D_Winmodule.c1160 DragReference outNewDrag;
1181 DragReference theDrag;
1201 DragReference drag;
2443 PyDoc_STR("(RgnHandle outDragOutlineRgn) -> (DragReference outNewDrag)")},
2445 PyDoc_STR("(DragReference theDrag) -> None")},
2447 PyDoc_STR("(Point startPt, DragReference drag, RgnHandle inDragOutlineRgn) -> None")},
/external/python/cpython2/Include/
H A Dpymactoolbox.h141 extern PyObject *DragObj_New(DragReference);
142 extern int DragObj_Convert(PyObject *, DragReference *);
/external/python/cpython2/Mac/Modules/ctl/
H A Dctlsupport.py49 DragReference = OpaqueByValueType("DragReference", "DragObj") variable
H A D_Ctlmodule.c1348 DragReference inDrag;
1371 DragReference inDrag;
3609 PyDoc_STR("(DragTrackingMessage inMessage, DragReference inDrag) -> (Boolean outLikesDrag)")},
3611 PyDoc_STR("(DragReference inDrag) -> None")},
/external/python/cpython2/Python/
H A Dmactoolboxglue.c403 GLUE_NEW(DragReference, DragObj_New, "Carbon.Drag")
404 GLUE_CONVERT(DragReference, DragObj_Convert, "Carbon.Drag")

Completed in 207 milliseconds