phoenix_title wx.TextSearchResult

Result from wx.TextCtrl.SearchText , specifying the range of the found text.

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

Added in version 4.3/wxWidgets-3.3.0.


class_hierarchy Class Hierarchy

Inheritance diagram for class TextSearchResult:

property_summary Properties Summary

m_end

A public C++ attribute of type long.

m_start

A public C++ attribute of type long.


api Class API

class wx.TextSearchResult(object)

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


Properties

m_end

A public C++ attribute of type long.



m_start

A public C++ attribute of type long.