merge of new wxMac code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-03-27 08:11:05 +00:00
parent 4f30545658
commit e11d436ba0

View File

@@ -645,6 +645,10 @@ wxSize wxSizer::GetMinWindowSize( wxWindow *window )
minSize.y+size.y-client_size.y ); minSize.y+size.y-client_size.y );
} }
// 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
// Return a window size that will fit within the screens dimensions // Return a window size that will fit within the screens dimensions
wxSize wxSizer::FitSize( wxWindow *window ) wxSize wxSizer::FitSize( wxWindow *window )
{ {