]> git.saurik.com Git - wxWidgets.git/commit
Added wxPropertyGrid::DedicateKey(), which prevents specific key presses from being...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 12 Jun 2010 09:30:57 +0000 (09:30 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 12 Jun 2010 09:30:57 +0000 (09:30 +0000)
commit8d2c70414cc0c6b93147d0c0cc963f217fcb2023
treed32379248583292e4d8b5314462326a52015bdb5
parentb589082adc58bf897811e66aaa99a845a7b7639c
Added wxPropertyGrid::DedicateKey(), which prevents specific key presses from being eaten by editor controls. This is useful for customizing keyboard navigation. Also added utility function wxPGFindInVector<>(), which is used in the new code, and also in some other places.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/propgrid/propgrid.h
include/wx/propgrid/propgriddefs.h
interface/wx/propgrid/propgrid.h
samples/propgrid/propgrid.cpp
samples/propgrid/propgrid.h
src/propgrid/property.cpp
src/propgrid/propgrid.cpp
src/propgrid/propgridpagestate.cpp