Class: Wx::HTML::HtmlSelection
- Inherits:
-
Object
- Object
- Wx::HTML::HtmlSelection
- Defined in:
- lib/wx/doc/gen/html/html_cell.rb
Overview
Note:
This class is untracked and should not be derived from nor instances extended!
Instance Method Summary collapse
- #are_from_to_character_pos_set ⇒ Boolean
- #clear_from_to_character_pos ⇒ void
- #get_from_cell ⇒ Wx::HTML::HtmlCell (also: #from_cell)
- #get_from_character_pos ⇒ Integer (also: #from_character_pos)
- #get_from_pos ⇒ Wx::Point (also: #from_pos)
- #get_to_cell ⇒ Wx::HTML::HtmlCell (also: #to_cell)
- #get_to_character_pos ⇒ Integer (also: #to_character_pos)
- #get_to_pos ⇒ Wx::Point (also: #to_pos)
- #initialize ⇒ Wx::HTML::HtmlSelection constructor
- #is_empty ⇒ Boolean (also: #empty?)
- #set(*args) ⇒ Object
- #set_from_character_pos(pos) ⇒ void (also: #from_character_pos=)
- #set_to_character_pos(pos) ⇒ void (also: #to_character_pos=)
Constructor Details
#initialize ⇒ Wx::HTML::HtmlSelection
473 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 473 def initialize; end |
Instance Method Details
#are_from_to_character_pos_set ⇒ Boolean
507 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 507 def are_from_to_character_pos_set; end |
#clear_from_to_character_pos ⇒ void
This method returns an undefined value.
504 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 504 def clear_from_to_character_pos; end |
#get_from_cell ⇒ Wx::HTML::HtmlCell Also known as: from_cell
488 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 488 def get_from_cell; end |
#get_from_character_pos ⇒ Integer Also known as: from_character_pos
520 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 520 def get_from_character_pos; end |
#get_from_pos ⇒ Wx::Point Also known as: from_pos
496 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 496 def get_from_pos; end |
#get_to_cell ⇒ Wx::HTML::HtmlCell Also known as: to_cell
492 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 492 def get_to_cell; end |
#get_to_character_pos ⇒ Integer Also known as: to_character_pos
524 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 524 def get_to_character_pos; end |
#get_to_pos ⇒ Wx::Point Also known as: to_pos
500 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 500 def get_to_pos; end |
#is_empty ⇒ Boolean Also known as: empty?
528 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 528 def is_empty; end |
#set(fromPos, fromCell, toPos, toCell) ⇒ void #set(fromCell, toCell) ⇒ void
485 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 485 def set(*args) end |
#set_from_character_pos(pos) ⇒ void Also known as: from_character_pos=
This method returns an undefined value.
511 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 511 def set_from_character_pos(pos) end |
#set_to_character_pos(pos) ⇒ void Also known as: to_character_pos=
This method returns an undefined value.
516 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 516 def set_to_character_pos(pos) end |