wxArrayEditorDialog now uses wxEditableListBox. It has also been renamed to wxPGArrayEditorDialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-07-10 15:30:35 +00:00
parent 380dc46f78
commit 2906967c4a
5 changed files with 178 additions and 196 deletions

View File

@@ -995,6 +995,10 @@ without warnings or errors.
- Various wxPropertyGridManager page-related functions now return pointer
to the page object instead of index.
- wxArrayEditorDialog used by wxArrayStringProperty and some sample
properties has been renamed to wxPGArrayEditorDialog. Also, it now uses
wxEditableListBox for editing.
- Instead of calling wxPropertyGrid::SetButtonShortcut(), use
wxPropertyGrid::SetActionTrigger(wxPG_ACTION_PRESS_BUTTON).