]> git.saurik.com Git - wxWidgets.git/commit - include/wx/propgrid/property.h
Moved wxPGProperty::SetFlag() to protected API since it does not have any side-effect...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 8 Aug 2010 12:22:08 +0000 (12:22 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 8 Aug 2010 12:22:08 +0000 (12:22 +0000)
commit6c78066f22deac771842e2e784772415486329e1
tree2a8d2296b94bb0ff14d3015e527a55976dd96666
parent346f3fd640afd461082ad8a3a47be1cee1409005
Moved wxPGProperty::SetFlag() to protected API since it does not have any side-effects that are usually desired in the user code. Added wxPGProperty::SetAutoUnspecified() since wxPG_PROP_AUTO_UNSPECIFIED can no longer be set (conveniently) with SetFlag().

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