wx.html.HtmlSelection¶
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
See |
|
See |
|
See |
|
See |
|
See |
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:
- GetFromCharacterPos(self)¶
- Return type:
int
- GetFromPos(self)¶
- Return type:
Point
- GetToCell(self)¶
- Return type:
- GetToCharacterPos(self)¶
- Return type:
int
- GetToPos(self)¶
- Return type:
Point
- IsEmpty(self)¶
- Return type:
bool
- Set(self, *args, **kw)¶
-
Set (self, fromPos, fromCell, toPos, toCell)
- Parameters:
fromPos (wx.Point)
fromCell (wx.html.HtmlCell)
toPos (wx.Point)
toCell (wx.html.HtmlCell)
- Return type:
None
Set (self, fromCell, toCell)
- Parameters:
fromCell (wx.html.HtmlCell)
toCell (wx.html.HtmlCell)
- Return type:
None
- SetFromCharacterPos(self, pos)¶
- Parameters:
pos (int)
- Return type:
None
- SetToCharacterPos(self, pos)¶
- Parameters:
pos (int)
- Return type:
None
Properties¶
- FromCell¶
See
GetFromCell
- FromCharacterPos¶
- FromPos¶
See
GetFromPos
- ToCharacterPos¶
See
GetToCharacterPos
andSetToCharacterPos