]> git.saurik.com Git - wxWidgets.git/commit
Implementations of wxPGProperty::ChildChanged() must now return changed value of...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 7 Jun 2009 07:52:53 +0000 (07:52 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 7 Jun 2009 07:52:53 +0000 (07:52 +0000)
commitb8b1ff481cbc6116cf970eec994de930b6f1cb9b
treea4383cdf514c0252593871a7dd3359d82112d358
parent25f49256ac6682a358e461036ec64aad1b26e353
Implementations of wxPGProperty::ChildChanged() must now return changed value of the whole property instead of writing it back to 'thisValue' argument. This change was done primarily for better compatibility with wxPython bindings, but should also be slightly more cleaner behavior API-wise. Breaks backwards compatibility, but not silently.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/propgrid/advprops.h
include/wx/propgrid/property.h
include/wx/propgrid/props.h
interface/wx/propgrid/property.h
samples/propgrid/propgrid.cpp
samples/propgrid/propgrid.h
samples/propgrid/sampleprops.cpp
samples/propgrid/sampleprops.h
src/propgrid/advprops.cpp
src/propgrid/property.cpp
src/propgrid/props.cpp