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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddnd.cpp232 DragReference theDrag;
261 if (NewDragWithPasteboard( pasteboard , &theDrag) != noErr)
300 err = TrackDrag( theDrag, &rec, dragRegion );
303 DisposeDrag( theDrag );
328 void *handlerRefCon, DragReference theDrag );
331 DragReference theDrag );
351 void *handlerRefCon, DragReference theDrag )
358 GetDragAttributes( theDrag, &attributes );
385 GetDragMouse( theDrag, &mouse, 0L );
413 HideDragHilite( theDrag );
522 wxMacWindowDragReceiveHandler( WindowPtr theWindow, void *handlerRefCon, DragReference theDrag) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddnd.cpp287 DragReference theDrag; local
289 if ((result = NewDrag(&theDrag)))
310 AddDragItemFlavor(theDrag, theItem, type , buf.data(), strlen(buf), 0);
338 AddDragItemFlavor(theDrag, theItem, type , &theFlavor, sizeof(theFlavor), 0);
343 AddDragItemFlavor(theDrag, theItem, type , dataPtr, dataSize, 0);
380 result = TrackDrag(theDrag, ev , dragRegion);
382 DisposeDrag(theDrag);
413 void *handlerRefCon, DragReference theDrag) ;
415 DragReference theDrag) ;
433 void *handlerRefCon, DragReference theDrag)
432 wxMacWindowDragTrackingHandler(DragTrackingMessage theMessage, WindowPtr theWindow, void *handlerRefCon, DragReference theDrag) argument
581 wxMacWindowDragReceiveHandler(WindowPtr theWindow, void *handlerRefCon, DragReference theDrag) argument
[all...]

Completed in 105 milliseconds