//----------------------------------------------------------------------
+void __wxPreStart();
PyObject* __wxStart(PyObject*, PyObject* args);
extern PyObject* wxPython_dict;
PyObject* func;
};
+
//---------------------------------------------------------------------------
class wxPyTimer : public wxTimer {
/////////////////////////////////////////////////////////////////////////////
//
// $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
//