Move member m_ variables to be protected rather than public to force usage of Set...
authorKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:12:53 +0000 (15:12 +0000)
committerKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:12:53 +0000 (15:12 +0000)
commitb4b76d6115da3c1c1d7bae6e2c98ff88ad35f2a0
tree95c1ac4272c15ee0073b889030246c2bd2c59d46
parent687706f5e722ac8a39172024f794ae0ffbd190e2
Move member m_ variables to be protected rather than public to force usage of Set/Get rather than allow direct access.  Compatibility with 2.4 keeps members private, and also creates a class to allow continued usage of m_commandString. GetString() will now get the text control's string when called, rather than store it and return it every time (huge performance gain by doing this, esp. on GTK2)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/event.h