wxVariant list used to translate between list of property child values and composite...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 14 Sep 2008 13:14:32 +0000 (13:14 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 14 Sep 2008 13:14:32 +0000 (13:14 +0000)
commitd665918bd2ee0664a6a442064d3fbb51c888ef9d
tree6b25e733a8ed1cf75664ac3a796e4bb0d04a4a20
parent1fb72f6116e3870dcc5f9727dd722862b136ec89
wxVariant list used to translate between list of property child values and composite value string now maps values by names instead of labels. Naturally this means properties can no longer have empty name (this change allows using identical labels under same parent property. Ported from wxpropgrid SVN trunk)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/overviews/propgrid.h
include/wx/propgrid/property.h
samples/propgrid/propgrid.cpp
src/propgrid/advprops.cpp
src/propgrid/property.cpp
src/propgrid/propgrid.cpp
src/propgrid/propgridpagestate.cpp
src/propgrid/props.cpp