Updated version numbers to 2.3.1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-06-06 16:50:48 +00:00
parent 7ca4d1212e
commit 014e19de74
12 changed files with 101 additions and 85 deletions

View File

@@ -1,6 +1,20 @@
wxWindows 2 Change Log
----------------------
2.3.1
-----
All (GUI):
- Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the
user code can get access to the edit control when it is created, (to
push on a custom event handler for example.)
- Added wxTextAttr class and SetStyle, SetDefaultStyle and
GetDefaultStyle methods to wxTextCtrl.
2.3.0
-----