| 50 | void OnLeft(); |
| 51 | |
| 52 | int GetStartOffset() const { return m_iStartCursor; } |
| 53 | int GetSelStart() const { return (m_iSelStart < m_iSelEnd) ? m_iSelStart : m_iSelEnd; } |
| 54 | int GetSelEnd() const { return (m_iSelStart > m_iSelEnd) ? m_iSelStart : m_iSelEnd; } |
| 55 | int GetBlock(int Pixel) const; |