| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module xrc :: Class XmlResourceHandler |
|
object--+ |Object--+ | XmlResourceHandler
wxTickerXmlHandlerProxy of C++ XmlResourceHandler class
| Method Summary | |
|---|---|
| XmlResourceHandler | __init__(self)
|
__repr__(self)
| |
AddStyle(self,
name,
value)
| |
AddWindowStyles(self)
| |
CreateChildren(self,
parent,
this_hnd_only)
| |
CreateChildrenPrivately(self,
parent,
rootnode)
| |
| Object | CreateResFromNode(self,
node,
parent,
instance)
|
| Object | CreateResource(self,
node,
parent,
instance)
|
| Bitmap | GetBitmap(self,
param,
defaultArtClient,
size)
|
| bool | GetBool(self,
param,
defaultv)
|
| String | GetClass(self)
|
| Colour | GetColour(self,
param)
|
| FileSystem | GetCurFileSystem(self)
|
| int | GetDimension(self,
param,
defaultv)
|
| Font | GetFont(self,
param)
|
| Icon | GetIcon(self,
param,
defaultArtClient,
size)
|
| int | GetID(self)
|
| Object | GetInstance(self)
|
| long | GetLong(self,
param,
defaultv)
|
| String | GetName(self)
|
| XmlNode | GetNode(self)
|
| String | GetNodeContent(self,
node)
|
| XmlNode | GetParamNode(self,
param)
|
| String | GetParamValue(self,
param)
|
| Object | GetParent(self)
|
| Window | GetParentAsWindow(self)
|
| Point | GetPosition(self,
param)
|
| XmlResource | GetResource(self)
|
| Size | GetSize(self,
param)
|
| int | GetStyle(self,
param,
defaults)
|
| String | GetText(self,
param,
translate)
|
| bool | HasParam(self,
param)
|
| bool | IsOfClass(self,
node,
classname)
|
SetParentResource(self,
res)
| |
SetupWindow(self,
wnd)
| |
| 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:49:55 2007 | http://epydoc.sf.net |