]> git.saurik.com Git - wxWidgets.git/commit - src/propgrid/propgrid.cpp
Added multiple selection feature to wxPropertyGrid (enabled by setting wxPG_EX_MULTIP...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 17 Aug 2009 18:36:00 +0000 (18:36 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 17 Aug 2009 18:36:00 +0000 (18:36 +0000)
commitfc72fab6c65b688cb3c4c96798629195f6e82bae
treeadf593be263f2dc56e2aa931b2d6bc2acf85f40b
parent17a546027262c3a97792d22108c6f652cf8b4046
Added multiple selection feature to wxPropertyGrid (enabled by setting wxPG_EX_MULTIPLE_SELECTION style)

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