]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/_defs.i
placeholder
[wxWidgets.git] / utils / wxPython / src / _defs.i
index e586aa942e7eb9fac133f04dfd148789b5c9a756..5218ae9a7d4d57d50e79f1a1d926938da505bda9 100644 (file)
@@ -113,7 +113,9 @@ enum {
     wxMINOR_VERSION,
     wxRELEASE_NUMBER,
 
     wxMINOR_VERSION,
     wxRELEASE_NUMBER,
 
+#ifdef __WXMSW__
     UNKNOWN,
     UNKNOWN,
+#endif
     NOT_FOUND,
 
     wxVSCROLL,
     NOT_FOUND,
 
     wxVSCROLL,
@@ -327,9 +329,11 @@ enum {
     wxHIDE_READONLY,
     wxOVERWRITE_PROMPT,
 
     wxHIDE_READONLY,
     wxOVERWRITE_PROMPT,
 
+#ifdef __WXMSW__
     wxACCEL_ALT,
     wxACCEL_CTRL,
     wxACCEL_SHIFT,
     wxACCEL_ALT,
     wxACCEL_CTRL,
     wxACCEL_SHIFT,
+#endif
 
 };
 
 
 };
 
@@ -693,6 +697,14 @@ enum wxEventType {
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.4  1998/08/18 19:48:11  RD
+// more wxGTK compatibility things.
+//
+// It builds now but there are serious runtime problems...
+//
+// Revision 1.3  1998/08/14 23:36:33  RD
+// Beginings of wxGTK compatibility
+//
 // Revision 1.2  1998/08/14 03:16:35  RD
 // removed some definitions that got removed from defs.h
 //
 // Revision 1.2  1998/08/14 03:16:35  RD
 // removed some definitions that got removed from defs.h
 //