X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8622887ce286b280f24b1b1629ccdfdf2716a064..a25a17732c2d4d34d5d35a5318053dd8c6e29722:/docs/doxygen/overviews/propgrid.h?ds=sidebyside diff --git a/docs/doxygen/overviews/propgrid.h b/docs/doxygen/overviews/propgrid.h index 9af5660c80..4029cc907a 100644 --- a/docs/doxygen/overviews/propgrid.h +++ b/docs/doxygen/overviews/propgrid.h @@ -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. + + - 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(). */