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
468 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 468 def initialize; end |
Instance Method Details
#are_from_to_character_pos_set ⇒ Boolean
502 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 502 def are_from_to_character_pos_set; end |
#clear_from_to_character_pos ⇒ void
This method returns an undefined value.
499 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 499 def clear_from_to_character_pos; end |
#get_from_cell ⇒ Wx::HTML::HtmlCell Also known as: from_cell
483 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 483 def get_from_cell; end |
#get_from_character_pos ⇒ Integer Also known as: from_character_pos
515 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 515 def get_from_character_pos; end |
#get_from_pos ⇒ Wx::Point Also known as: from_pos
491 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 491 def get_from_pos; end |
#get_to_cell ⇒ Wx::HTML::HtmlCell Also known as: to_cell
487 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 487 def get_to_cell; end |
#get_to_character_pos ⇒ Integer Also known as: to_character_pos
519 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 519 def get_to_character_pos; end |
#get_to_pos ⇒ Wx::Point Also known as: to_pos
495 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 495 def get_to_pos; end |
#is_empty ⇒ Boolean Also known as: empty?
523 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 523 def is_empty; end |
#set(fromPos, fromCell, toPos, toCell) ⇒ void #set(fromCell, toCell) ⇒ void
480 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 480 def set(*args) end |
#set_from_character_pos(pos) ⇒ void Also known as: from_character_pos=
This method returns an undefined value.
506 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 506 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.
511 |
# File 'lib/wx/doc/gen/html/html_cell.rb', line 511 def set_to_character_pos(pos) end |