Searched defs:theDrag (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/drag/
H A D_Dragmodule.c812 DragRef theDrag; local
818 _err = NewDrag(&theDrag);
821 DragObj_New, theDrag);
990 PyDoc_STR("() -> (DragRef theDrag)")},
1014 void *handlerRefCon, DragReference theDrag)
1019 args = Py_BuildValue("hO&O&", theMessage, DragObj_New, theDrag, WinObj_WhichWindow, theWindow);
1040 DragReference theDrag)
1045 args = Py_BuildValue("O&O&", DragObj_New, theDrag, WinObj_WhichWindow, theWindow);
1066 ItemReference theItem, DragReference theDrag)
1096 void *dragSendRefCon, DragReference theDrag)
1013 dragglue_TrackingHandler(DragTrackingMessage theMessage, WindowPtr theWindow, void *handlerRefCon, DragReference theDrag) argument
1039 dragglue_ReceiveHandler(WindowPtr theWindow, void *handlerRefCon, DragReference theDrag) argument
1065 dragglue_SendData(FlavorType theType, void *dragSendRefCon, ItemReference theItem, DragReference theDrag) argument
[all...]
/external/python/cpython2/Mac/Modules/win/
H A D_Winmodule.c1181 DragReference theDrag; local
1186 DragObj_Convert, &theDrag))
1189 theDrag);
2445 PyDoc_STR("(DragReference theDrag) -> None")},

Completed in 170 milliseconds