1 /////////////////////////////////////////////////////////////////////////////
 
   3 // Purpose:     SWIG interface for wxXmlSubclassFactory
 
   7 // Created:     4-June-2001
 
   9 // Copyright:   (c) 2003 by Total Control Software
 
  10 // Licence:     wxWindows license
 
  11 /////////////////////////////////////////////////////////////////////////////
 
  16 //---------------------------------------------------------------------------
 
  22 class wxPyXmlSubclassFactory : public wxXmlSubclassFactory
 
  25     wxPyXmlSubclassFactory() {}
 
  26     DEC_PYCALLBACK_OBJECT_STRING_pure(Create);
 
  30 IMP_PYCALLBACK_OBJECT_STRING_pure(wxPyXmlSubclassFactory, wxXmlSubclassFactory, Create);
 
  35 %rename(XmlSubclassFactory) wxPyXmlSubclassFactory;
 
  36 class wxPyXmlSubclassFactory {
 
  38     %pythonAppend wxPyXmlSubclassFactory "self._setCallbackInfo(self, XmlSubclassFactory)"
 
  39     wxPyXmlSubclassFactory();
 
  40     void _setCallbackInfo(PyObject* self, PyObject* _class);
 
  44 //---------------------------------------------------------------------------
 
  45 //---------------------------------------------------------------------------