]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/helpers.h
Removed warnings
[wxWidgets.git] / utils / wxPython / src / helpers.h
index 096e8e4de03dc7b6c37b7a39f4c78c3b1abde329..3114aa562290ccf36ac1677582542637193552e1 100644 (file)
@@ -30,6 +30,7 @@ extern wxPyApp *wxPythonApp;
 
 //----------------------------------------------------------------------
 
+void      __wxPreStart();
 PyObject* __wxStart(PyObject*, PyObject* args);
 
 extern PyObject* wxPython_dict;
@@ -84,6 +85,7 @@ private:
     PyObject*   func;
 };
 
+
 //---------------------------------------------------------------------------
 
 class wxPyTimer : public wxTimer {
@@ -101,6 +103,15 @@ private:
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// 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
 //