Searched refs:gs_flagsForDrag (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/gtk/
H A Ddnd.cpp40 static long gs_flagsForDrag = 0; variable
218 if ( (gs_flagsForDrag & wxDrag_DefaultMove) == wxDrag_DefaultMove &&
229 if ( (result == wxDragMove) && !(gs_flagsForDrag & wxDrag_AllowMove) )
896 gs_flagsForDrag = flags;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddnd.cpp54 static long gs_flagsForDrag = 0; variable
230 if ( (gs_flagsForDrag & wxDrag_DefaultMove) == wxDrag_DefaultMove &&
241 if ( (result == wxDragMove) && !(gs_flagsForDrag & wxDrag_AllowMove) )
894 gs_flagsForDrag = flags;

Completed in 55 milliseconds