Home | Trees | Index | Help |
|
---|
Package wx :: Module xrc :: Class XmlResource |
|
object
--+ |Object
--+ | XmlResource
Proxy of C++ XmlResource class
Method Summary | |
---|---|
XmlResource | __init__(self,
filemask,
flags)
|
__del__(self)
| |
__repr__(self)
| |
AddHandler(self,
handler)
| |
AddSubclassFactory(factory)
(Static method) | |
bool | AttachUnknownControl(self,
name,
control,
parent)
|
ClearHandlers(self)
| |
int | CompareVersion(self,
major,
minor,
release,
revision)
|
XmlResource | Get()
(Static method) |
int | GetFlags(self)
|
long | GetVersion(self)
|
int | GetXRCID(str_id)
(Static method) |
InitAllHandlers(self)
| |
InsertHandler(self,
handler)
| |
bool | Load(self,
filemask)
|
Bitmap | LoadBitmap(self,
name)
|
wxDialog | LoadDialog(self,
parent,
name)
|
wxFrame | LoadFrame(self,
parent,
name)
|
bool | LoadFromString(self,
data)
|
Icon | LoadIcon(self,
name)
|
Menu | LoadMenu(self,
name)
|
MenuBar | LoadMenuBar(self,
name)
|
MenuBar | LoadMenuBarOnFrame(self,
parent,
name)
|
Object | LoadObject(self,
parent,
name,
classname)
|
bool | LoadOnDialog(self,
dlg,
parent,
name)
|
bool | LoadOnFrame(self,
frame,
parent,
name)
|
bool | LoadOnObject(self,
instance,
parent,
name,
classname)
|
bool | LoadOnPanel(self,
panel,
parent,
name)
|
wxPanel | LoadPanel(self,
parent,
name)
|
wxToolBar | LoadToolBar(self,
parent,
name)
|
XmlResource | Set(res)
(Static method) |
SetFlags(self,
flags)
| |
bool | Unload(self,
filename)
|
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:54:32 2007 | http://epydoc.sf.net |