Moved wxPGChoices m_choices member from various property classes to base wxPGProperty...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 19 Sep 2008 16:57:33 +0000 (16:57 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 19 Sep 2008 16:57:33 +0000 (16:57 +0000)
commit939d936402b4ac38310531ed39b4fd05afe29531
tree8374a7597fd4fd8f5eb107bdf46d380bbb0d851e
parent57306cd4fddeaaeaad2b5f4b2145370d38a57924
Moved wxPGChoices m_choices member from various property classes to base wxPGProperty. This allows any property to have choices without subclassing and therefore work with Choice and ComboBox editors. Also removed redundant choice manipulation functions from wxPropertyGridinterface (ie. now use ones in wxPGProperty).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
docs/doxygen/overviews/propgrid.h
include/wx/propgrid/advprops.h
include/wx/propgrid/property.h
include/wx/propgrid/propgridiface.h
include/wx/propgrid/props.h
interface/wx/propgrid/property.h
interface/wx/propgrid/propgridiface.h
samples/propgrid/propgrid.cpp
samples/propgrid/tests.cpp
src/propgrid/advprops.cpp
src/propgrid/editors.cpp
src/propgrid/property.cpp
src/propgrid/propgrid.cpp
src/propgrid/propgridiface.cpp
src/propgrid/props.cpp