Added note about 'Py' prefix no longer being necessary when reimplementing property member functions in wxPython

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-06-10 20:50:45 +00:00
parent 016d94ca42
commit 6fdca19773

View File

@@ -958,4 +958,9 @@ without warnings or errors.
wxPGEditor::CreateControls(). wxPropertyGrid automatically passes all wxPGEditor::CreateControls(). wxPropertyGrid automatically passes all
events from editor to wxPGEditor::OnEvent() and wxPGProperty::OnEvent(), events from editor to wxPGEditor::OnEvent() and wxPGProperty::OnEvent(),
as appropriate. 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().
*/ */