Version: 3.3.0
wxTextSearchResult Struct Reference

#include <wx/textctrl.h>

Detailed Description

Result from wxTextCtrl::SearchText(), specifying the range of the found text.

Range values will be wxNOT_FOUND if a match was not found.

Since
3.3.0

Public Attributes

long m_start = wxNOT_FOUND
 
long m_end = wxNOT_FOUND
 

Member Data Documentation

◆ m_end

long wxTextSearchResult::m_end = wxNOT_FOUND

◆ m_start

long wxTextSearchResult::m_start = wxNOT_FOUND