| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module html :: Class HtmlCell |
|
object--+ |Object--+ | HtmlCell
HtmlColourCell,
HtmlContainerCell,
HtmlFontCell,
HtmlWidgetCell,
HtmlWordCellProxy of C++ HtmlCell class
| Method Summary | |
|---|---|
| HtmlCell | __init__(self)
|
__repr__(self)
| |
| bool | AdjustPagebreak(self,
INOUT)
|
| String | ConvertToText(self,
sel)
|
Draw(self,
dc,
x,
y,
view_y1,
view_y2,
info)
| |
DrawInvisible(self,
dc,
x,
y,
info)
| |
| HtmlCell | Find(self,
condition,
param)
|
FindCellByPos(self, int x, int y, unsigned int flags=HTML_FIND_EXACT) -> HtmlCell | |
| Point | GetAbsPos(self)
|
| Cursor | GetCursor(self)
|
| unsigned int | GetDepth(self)
|
| int | GetDescent(self)
|
| HtmlCell | GetFirstChild(self)
|
| HtmlCell | GetFirstTerminal(self)
|
| int | GetHeight(self)
|
| String | GetId(self)
|
| HtmlCell | GetLastTerminal(self)
|
| HtmlLinkInfo | GetLink(self,
x,
y)
|
| int | GetMaxTotalWidth(self)
|
| HtmlCell | GetNext(self)
|
| HtmlContainerCell | GetParent(self)
|
| int | GetPosX(self)
|
| int | GetPosY(self)
|
| int | GetWidth(self)
|
| bool | IsBefore(self,
cell)
|
| bool | IsFormattingCell(self)
|
| bool | IsLinebreakAllowed(self)
|
| bool | IsTerminalCell(self)
|
Layout(self,
w)
| |
SetCanLiveOnPagebreak(self,
can)
| |
SetId(self,
id)
| |
SetLink(self,
link)
| |
SetNext(self,
cell)
| |
SetParent(self,
p)
| |
SetPos(self,
x,
y)
| |
| Inherited from Object | |
Deletes the C++ object this Python object is a proxy for. | |
| String |
Returns the class name of the C++ class using wxRTTI. |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Method Details |
|---|
FindCellByPos(*args, **kwargs)FindCellByPos(self, int x, int y, unsigned int flags=HTML_FIND_EXACT) -> HtmlCell |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:04:21 2007 | http://epydoc.sf.net |