Searched refs:dragText (Results 1 - 1 of 1) 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.cpp299 wxString dragText = stc2wx(drag.s, drag.len); local
304 evt.SetDragText(dragText);
309 dragText = evt.GetDragText();
311 if (dragText.length()) {
313 wxTextDataObject data(dragText);

Completed in 47 milliseconds