Improve default wxSearchCtrl GetBestSize() width and ensure that SetFocus focuses in the control's text area.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-12-11 07:35:46 +00:00
parent bda4b4c684
commit 698db322d0
2 changed files with 30 additions and 1 deletions

View File

@@ -83,6 +83,8 @@ public:
wxMacSearchFieldControl * GetPeer() const
{ return (wxMacSearchFieldControl*) m_peer; }
virtual void SetFocus();
protected: