]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/helpers.h
Added missing IMPLEMENT_DYNAMIC_CLASS
[wxWidgets.git] / utils / wxPython / src / helpers.h
index 096e8e4de03dc7b6c37b7a39f4c78c3b1abde329..d86aa6593feee71701650b236549b18f90e945e2 100644 (file)
@@ -30,6 +30,7 @@ extern wxPyApp *wxPythonApp;
 
 //----------------------------------------------------------------------
 
+void      __wxPreStart();
 PyObject* __wxStart(PyObject*, PyObject* args);
 
 extern PyObject* wxPython_dict;
@@ -57,7 +58,6 @@ extern "C" char *SWIG_GetPtr(char *, void **, char *);
 // Non-const versions to keep SWIG happy.
 extern wxPoint  wxPyDefaultPosition;
 extern wxSize   wxPyDefaultSize;
-extern char*    wxPyPanelNameStr;
 extern wxString wxPyEmptyStr;
 
 //----------------------------------------------------------------------
@@ -84,6 +84,7 @@ private:
     PyObject*   func;
 };
 
+
 //---------------------------------------------------------------------------
 
 class wxPyTimer : public wxTimer {
@@ -101,6 +102,18 @@ private:
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.5  1998/10/02 06:40:40  RD
+// Version 0.4 of wxPython for MSW.
+//
+// Revision 1.4  1998/08/27 21:59:09  RD
+// Some chicken-and-egg problems solved for wxPython on wxGTK
+//
+// Revision 1.3  1998/08/16 04:31:09  RD
+// More wxGTK work.
+//
+// Revision 1.2  1998/08/14 23:36:37  RD
+// Beginings of wxGTK compatibility
+//
 // Revision 1.1  1998/08/09 08:25:51  RD
 // Initial version
 //