]> git.saurik.com Git - wxWidgets.git/commitdiff
merge of new wxMac code
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 27 Mar 2004 08:11:05 +0000 (08:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 27 Mar 2004 08:11:05 +0000 (08:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sizer.cpp

index f077fcd102cc5b832ddd70666d4e05a8a334c378..4cee972c0065b5939a28edb1356d8ae43c5f1746 100644 (file)
@@ -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 )
 {