From: Stefan Csomor Date: Sat, 27 Mar 2004 08:11:05 +0000 (+0000) Subject: merge of new wxMac code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e11d436ba0033d940bd738694eba994b021ce704 merge of new wxMac code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/sizer.cpp b/src/common/sizer.cpp index f077fcd102..4cee972c00 100644 --- a/src/common/sizer.cpp +++ b/src/common/sizer.cpp @@ -645,6 +645,10 @@ wxSize wxSizer::GetMinWindowSize( wxWindow *window ) 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 wxSize wxSizer::FitSize( wxWindow *window ) {