Package wx :: Module xrc :: Class XmlResource
[frames | no frames]

Type 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
  Destroy(self)
Deletes the C++ object this Python object is a proxy for.
String GetClassName(self)
Returns the class name of the C++ class using wxRTTI.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:54:32 2007 http://epydoc.sf.net