wxWidgets/include
Vadim Zeitlin f26c1c3e4a Don't override DoGetBestSize() in wxGenericStaticText, it's unnecessary.
The base class already does exactly the same thing -- except that it also
accounts for the borders properly.

Also fix access for a couple of DoXXX() member functions which should be
protected and an event handler which can be private.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-12-08 15:56:21 +00:00
..
msvc/wx Added automatic linking of ribbon libraries when using MSVC. 2009-09-22 12:13:03 +00:00
wx Don't override DoGetBestSize() in wxGenericStaticText, it's unnecessary. 2009-12-08 15:56:21 +00:00