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



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

def initialize; end

Instance Method Details

#are_from_to_character_pos_setBoolean

Returns:

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

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

Returns:



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

def get_from_cell; end

#get_from_character_posInteger Also known as: from_character_pos

Returns:

  • (Integer)


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

def get_from_character_pos; end

#get_from_posWx::Point Also known as: from_pos

Returns:



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

def get_from_pos; end

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

Returns:



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

def get_to_cell; end

#get_to_character_posInteger Also known as: to_character_pos

Returns:

  • (Integer)


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

def get_to_character_pos; end

#get_to_posWx::Point Also known as: to_pos

Returns:



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

def get_to_pos; end

#is_emptyBoolean Also known as: empty?

Returns:

  • (Boolean)


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

Overloads:



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.

Parameters:

  • pos (Integer)


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.

Parameters:

  • pos (Integer)


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

def set_to_character_pos(pos) end