]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/propgrid.h
Use UTF16 for text data object on Mac. Fixes #10902
[wxWidgets.git] / docs / doxygen / overviews / propgrid.h
index 9af5660c804dcfaa865126835a4d347cab56add1..4029cc907af834a71ab52b358f343e694123da74 100644 (file)
@@ -961,4 +961,9 @@ without warnings or errors.
     wxPGEditor::CreateControls(). wxPropertyGrid automatically passes all
     events from editor to wxPGEditor::OnEvent() and wxPGProperty::OnEvent(),
     as appropriate.
     wxPGEditor::CreateControls(). wxPropertyGrid automatically passes all
     events from editor to wxPGEditor::OnEvent() and wxPGProperty::OnEvent(),
     as appropriate.
+
+  - wxPython: Previously some of the reimplemented member functions needed a
+    'Py' prefix. This is no longer necessary. For instance, if you previously
+    implemented PyStringToValue() for your custom property, you should now
+    just implement StringToValue().
 */
 */