]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
implemented DrawPoint in terms of DrawLine (for now)
[wxWidgets.git] / wxPython / src / helpers.cpp
index 6b7225f01d3bf5b40d31db76bc42760f02219850..e7326368cee096856ab8e8d754960ce2185c9231 100644 (file)
@@ -715,7 +715,19 @@ PyObject* __wxPySetDictionary(PyObject* /* self */, PyObject* args)
     _AddInfoString("wx-assertions-off");
 #endif
     _AddInfoString(wxPy_SWIG_VERSION);    
-    
+#ifdef __WXMAC__
+    #if wxMAC_USE_CORE_GRAPHICS
+        _AddInfoString("mac-cg");
+    #else
+        _AddInfoString("mac-qd");
+    #endif
+    #if wxMAC_USE_NATIVE_TOOLBAR
+        _AddInfoString("mac-native-tb");
+    #else
+        _AddInfoString("mac-no-native-tb");
+    #endif
+#endif
+        
 #undef _AddInfoString
 
     PyObject* PlatInfoTuple = PyList_AsTuple(PlatInfo);