removed now-unused wxSizer::GetMax/MinWindowSize helpers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -940,16 +940,6 @@ void wxSizer::SetVirtualSizeHints( wxWindow *window )
|
||||
}
|
||||
#endif // WXWIN_COMPATIBILITY_2_8
|
||||
|
||||
wxSize wxSizer::GetMaxWindowSize( wxWindow *window ) const
|
||||
{
|
||||
return window->GetMaxSize();
|
||||
}
|
||||
|
||||
wxSize wxSizer::GetMinWindowSize( wxWindow *window )
|
||||
{
|
||||
return window->ClientToWindowSize(GetMinSize());
|
||||
}
|
||||
|
||||
// TODO on mac we need a function that determines how much free space this
|
||||
// min size contains, in order to make sure that we have 20 pixels of free
|
||||
// space around the controls
|
||||
|
Reference in New Issue
Block a user