phoenix_title wx.html.HtmlSelection


class_hierarchy Class Hierarchy

Inheritance diagram for class HtmlSelection:

method_summary Methods Summary

__init__

AreFromToCharacterPosSet

ClearFromToCharacterPos

GetFromCell

GetFromCharacterPos

GetFromPos

GetToCell

GetToCharacterPos

GetToPos

IsEmpty

Set

SetFromCharacterPos

SetToCharacterPos


property_summary Properties Summary

FromCell

See GetFromCell

FromCharacterPos

See GetFromCharacterPos and SetFromCharacterPos

FromPos

See GetFromPos

ToCell

See GetToCell

ToCharacterPos

See GetToCharacterPos and SetToCharacterPos

ToPos

See GetToPos


api Class API

class wx.html.HtmlSelection(object)

Possible constructors:

HtmlSelection() -> None

Methods

__init__(self)
Return type:

None



AreFromToCharacterPosSet(self)
Return type:

bool



ClearFromToCharacterPos(self)
Return type:

None



GetFromCell(self)
Return type:

wx.html.HtmlCell



GetFromCharacterPos(self)
Return type:

int



GetFromPos(self)
Return type:

Point



GetToCell(self)
Return type:

wx.html.HtmlCell



GetToCharacterPos(self)
Return type:

int



GetToPos(self)
Return type:

Point



IsEmpty(self)
Return type:

bool



Set(self, *args, **kw)

overload Overloaded Implementations:



Set (self, fromPos : Point, fromCell : HtmlCell, toPos : Point, toCell : HtmlCell)

Parameters:
Return type:

None



Set (self, fromCell : HtmlCell, toCell : HtmlCell)

Parameters:
Return type:

None





SetFromCharacterPos(self, pos : int)
Parameters:

pos (int) –

Return type:

None



SetToCharacterPos(self, pos : int)
Parameters:

pos (int) –

Return type:

None


Properties

FromCell

See GetFromCell



FromCharacterPos

See GetFromCharacterPos and SetFromCharacterPos



FromPos

See GetFromPos



ToCell

See GetToCell



ToCharacterPos

See GetToCharacterPos and SetToCharacterPos



ToPos

See GetToPos