removed hardcoded DoGetBestSize() implementation; added support for textOnly parameter in GetBoundingRect()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-10-10 22:29:39 +00:00
parent 46bde8dcf2
commit 3e4f8ee256
2 changed files with 25 additions and 18 deletions

View File

@@ -223,8 +223,6 @@ public:
void OnGetToolTip( wxTreeEvent &event );
void OnInternalIdle( );
virtual wxSize DoGetBestSize() const;
virtual wxVisualAttributes GetDefaultAttributes() const
{
return GetClassDefaultAttributes(GetWindowVariant());