phoenix_title wx.html.HtmlSelection


class_hierarchy Class Hierarchy

Inheritance diagram for class HtmlSelection:

api Class API

class wx.html.HtmlSelection(object)

Possible constructors:

HtmlSelection()

Methods

__init__(self)


AreFromToCharacterPosSet(self)
Return type

bool



ClearFromToCharacterPos(self)


GetFromCell(self)
Return type

wx.html.HtmlCell



GetFromCharacterPos(self)
Return type

wx.Coord



GetFromPos(self)
Return type

Point



GetToCell(self)
Return type

wx.html.HtmlCell



GetToCharacterPos(self)
Return type

wx.Coord



GetToPos(self)
Return type

Point



IsEmpty(self)
Return type

bool



Set(self, *args, **kw)

overload Overloaded Implementations:



Set (self, fromPos, fromCell, toPos, toCell)

Parameters



Set (self, fromCell, toCell)

Parameters





SetFromCharacterPos(self, pos)
Parameters

pos (int) –



SetToCharacterPos(self, pos)
Parameters

pos (int) –


Properties

FromCell

See GetFromCell



FromCharacterPos

See GetFromCharacterPos and SetFromCharacterPos



FromPos

See GetFromPos



ToCell

See GetToCell



ToCharacterPos

See GetToCharacterPos and SetToCharacterPos



ToPos

See GetToPos