Searched refs:m_curRow (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/univ/
H A Dtextctrl.cpp658 m_curRow = 0;
1332 PositionToXY(m_curPos, &m_curCol, &m_curRow);
1845 line = m_curRow;
2082 const wxChar *p0 = GetLineText(m_curRow).c_str();
2105 wxString line = GetLineText(m_curRow);
3654 return forward ? m_curCol <= GetLineLength(m_curRow) : m_curCol > 0;
3658 return forward ? m_curRow < GetNumberOfLines() : m_curRow > 0;
4459 newPos = m_curPos + GetLineLength(m_curRow) - m_curCol;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dtextctrl.h489 m_curRow; member in class:wxTextCtrl

Completed in 61 milliseconds