Also do LayoutControls from EVT_SIZE handler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-12-12 00:53:52 +00:00
parent 4ed51f4d1c
commit af1f44f17e
2 changed files with 13 additions and 1 deletions

View File

@@ -212,7 +212,8 @@ protected:
virtual void OnSearchButton( wxCommandEvent& event );
void OnSetFocus( wxFocusEvent& event );
void OnSize( wxSizeEvent& event );
private:
friend class wxSearchButton;