Class: Wx::TextSearchResult

Inherits:
Object
  • Object
show all
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

Returns:

  • (Integer)


1075
# File 'lib/wx/doc/gen/text_ctrl.rb', line 1075

def end_; end

#startInteger

Returns:

  • (Integer)


1069
# File 'lib/wx/doc/gen/text_ctrl.rb', line 1069

def start; end