git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@602
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return NULL;
}
+#ifdef __WXGTK__
wxTheApp->m_initialized = (wxTopLevelWindows.Number() > 0);
+#endif
Py_INCREF(Py_None);
return Py_None;
/////////////////////////////////////////////////////////////////////////////
//
// $Log$
+// Revision 1.6 1998/08/18 21:54:12 RD
+// ifdef out some wxGTK specific code
+//
// Revision 1.5 1998/08/18 19:48:17 RD
// more wxGTK compatibility things.
//