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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp1054 evt.SetDragResult(dragResult);
1061 dragResult = evt.GetDragResult();
1062 if (dragResult == wxDragMove || dragResult == wxDragCopy) {
1065 dragResult == wxDragMove,
1074 dragResult = def;
1075 return dragResult;
1091 dragResult = evt.GetDragResult();
1092 return dragResult;
H A DScintillaWX.h176 wxDragResult dragResult; member in class:ScintillaWX

Completed in 164 milliseconds