Home | Trees | Index | Help |
|
---|
Package wx :: Module html :: Class HtmlContainerCell |
|
object
--+ |Object
--+ |HtmlCell
--+ | HtmlContainerCell
Proxy of C++ HtmlContainerCell class
Method Summary | |
---|---|
HtmlContainerCell | __init__(self,
parent)
|
__repr__(self)
| |
int | GetAlignHor(self)
|
int | GetAlignVer(self)
|
Colour | GetBackgroundColour(self)
|
HtmlCell | GetFirstChild(self)
|
int | GetIndent(self,
ind)
|
int | GetIndentUnits(self,
ind)
|
InsertCell(self,
cell)
| |
SetAlign(self,
tag)
| |
SetAlignHor(self,
al)
| |
SetAlignVer(self,
al)
| |
SetBackgroundColour(self,
clr)
| |
SetBorder(self,
clr1,
clr2)
| |
SetIndent(self,
i,
what,
units)
| |
SetMinHeight(self,
h,
align)
| |
SetWidthFloat(self,
w,
units)
| |
SetWidthFloatFromTag(self,
tag)
| |
Inherited from HtmlCell | |
bool |
|
String |
|
| |
| |
HtmlCell |
|
FindCellByPos(self, int x, int y, unsigned int flags=HTML_FIND_EXACT) -> HtmlCell | |
Point |
|
Cursor |
|
unsigned int |
|
int |
|
HtmlCell |
|
int |
|
String |
|
HtmlCell |
|
HtmlLinkInfo |
|
int |
|
HtmlCell |
|
HtmlContainerCell |
|
int |
|
int |
|
int |
|
bool |
|
bool |
|
bool |
|
bool |
|
| |
| |
| |
| |
| |
| |
| |
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)... |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:44:01 2007 | http://epydoc.sf.net |