#include <wx/textctrl.h>
Result from wxTextCtrl::SearchText(), specifying the range of the found text.
Range values will be wxNOT_FOUND
if a match was not found.
Public Attributes | |
long | m_start = wxNOT_FOUND |
long | m_end = wxNOT_FOUND |
long wxTextSearchResult::m_end = wxNOT_FOUND |
long wxTextSearchResult::m_start = wxNOT_FOUND |