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
This commit is contained in:
@@ -494,6 +494,7 @@ All (GUI):
|
||||
dismissed immediately as text control grabbed the focus).
|
||||
- wxPropertyGrid: added wxPG_EX_MULTIPLE_SELECTION.
|
||||
- wxPropertyGrid: added functions for editing property labels.
|
||||
- wxPropertyGrid: Added wxPropertyGrid::DedicateKey().
|
||||
- wxPropertyGridManager: added wxPG_NO_INTERNAL_BORDER,
|
||||
wxPG_EX_NO_TOOLBAR_DIVIDER and wxPG_EX_TOOLBAR_SEPARATOR styles for finer
|
||||
control over borders. Borders around property grid are now native for
|
||||
|
Reference in New Issue
Block a user