Class: Wx::TextSearchResult
- Inherits:
-
Object
- Object
- Wx::TextSearchResult
- Defined in:
- lib/wx/doc/gen/text_ctrl.rb
Overview
Note:
This class is untracked and should not be derived from nor instances extended!
Result from Wx::TextCtrl#search_text, specifying the range of the found text.
Range values will be NOT_FOUND if a match was not found.
Instance Method Summary collapse
Instance Method Details
#end_ ⇒ Integer
1075 |
# File 'lib/wx/doc/gen/text_ctrl.rb', line 1075 def end_; end |
#start ⇒ Integer
1069 |
# File 'lib/wx/doc/gen/text_ctrl.rb', line 1069 def start; end |