//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
-class wxPseudoMetaFile {
+class wxPseudoMetaFile : public wxObject {
public:
wxPseudoMetaFile();
~wxPseudoMetaFile();
//---------------------------------------------------------------------------
-class wxOGLConstraint {
+class wxOGLConstraint : public wxObject {
public:
//wxOGLConstraint(int type, wxPyShape *constraining, wxList& constrained);
%addmethods {