From e11d436ba0033d940bd738694eba994b021ce704 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 27 Mar 2004 08:11:05 +0000 Subject: [PATCH] merge of new wxMac code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/sizer.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 ) { -- 2.45.2