Searched refs:startDragTimer (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.h177 wxTimer* startDragTimer; member in class:ScintillaWX
H A DScintillaWX.cpp249 startDragTimer = new wxStartDragTimer(this);
256 delete startDragTimer;
293 startDragTimer->Start(200, true);
883 if (startDragTimer->IsRunning()) {
884 startDragTimer->Stop();

Completed in 23 milliseconds