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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h69 const wxTextCoord wxOutOfRangeTextCoord = -1; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp1700 return ( x > GetLastPosition() || y > 0 ) ? wxOutOfRangeTextCoord : x;

Completed in 59 milliseconds