Class: Wx::HTML::HtmlSelection

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

Requires:

  • USE_HTML

Instance Method Summary collapse

Constructor Details

#initializeWx::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_setBoolean

Returns:

  • (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_posvoid

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_cellWx::HTML::HtmlCell Also known as: from_cell

Returns:



488
# File 'lib/wx/doc/gen/html/html_cell.rb', line 488

def get_from_cell; end

#get_from_character_posInteger Also known as: from_character_pos

Returns:

  • (Integer)


520
# File 'lib/wx/doc/gen/html/html_cell.rb', line 520

def get_from_character_pos; end

#get_from_posWx::Point Also known as: from_pos

Returns:



496
# File 'lib/wx/doc/gen/html/html_cell.rb', line 496

def get_from_pos; end

#get_to_cellWx::HTML::HtmlCell Also known as: to_cell

Returns:



492
# File 'lib/wx/doc/gen/html/html_cell.rb', line 492

def get_to_cell; end

#get_to_character_posInteger Also known as: to_character_pos

Returns:

  • (Integer)


524
# File 'lib/wx/doc/gen/html/html_cell.rb', line 524

def get_to_character_pos; end

#get_to_posWx::Point Also known as: to_pos

Returns:



500
# File 'lib/wx/doc/gen/html/html_cell.rb', line 500

def get_to_pos; end

#is_emptyBoolean Also known as: empty?

Returns:

  • (Boolean)


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

Overloads:



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.

Parameters:

  • pos (Integer)


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.

Parameters:

  • pos (Integer)


516
# File 'lib/wx/doc/gen/html/html_cell.rb', line 516

def set_to_character_pos(pos) end