Removed dysfunctional wxPGPropery::PrepareValueForDialogEditing(); Replaced its funct...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 8 Oct 2008 18:15:10 +0000 (18:15 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 8 Oct 2008 18:15:10 +0000 (18:15 +0000)
commit9b5bafcf38a1c6b1ad9f8974e4745c73a559a26e
tree73a9a4a138463fa97cff774e8a3ae64d188533f7
parent483b6cf0d431f0e7bbb001f156fa56e6c3142ec1
Removed dysfunctional wxPGPropery::PrepareValueForDialogEditing(); Replaced its functionality with wxPropertyGrid::GetPendingEditedValue(); Added wxPropertyGrid::PerformValidation() flags so it can be called in generic context.

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