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()
__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) –

FromCell

See GetFromCell

FromCharacterPos

See GetFromCharacterPos and SetFromCharacterPos

FromPos

See GetFromPos

ToCell

See GetToCell

ToCharacterPos

See GetToCharacterPos and SetToCharacterPos

ToPos

See GetToPos