Event member variables hidden, text control efficiency by not calling GetString for each event

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock 2005-01-18 15:14:19 +00:00
parent 0599486175
commit 4bde3754eb

View File

@ -7,6 +7,8 @@ wxWidgets 2.5 Change Log - For more verbose changes, see the manual
All:
- wxEvent and its derivatives have their variable members nonpublic now.
Use the Get/Set accessors (Mart Raudsepp)
- new classes for reading and writing ZIP files (M.J.Wetherell)
- large files support for wxFFile (M.J.Wetherell)
- classes in the manual are now cross-referenced (Zbigniew Zagórski)
@ -71,6 +73,7 @@ wxGTK:
runtime, which library version is installed so that these functions
are only called with GTK+ 2.4.x installed and should yield linker
errors otherwise.
- wxTextCtrl text insertion efficiency fixed. (Mart Raudsepp)
wxMac: