]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/toplevel.cpp
Set minsize and implement DoGetBestSize
[wxWidgets.git] / src / mac / carbon / toplevel.cpp
index 84ca63968593b5c180a22a23cb4b08e199378045..0368071037ecda6ed739788a8ece787d9e8c4a23 100644 (file)
@@ -1193,6 +1193,11 @@ bool wxTopLevelWindowMac::ShowFullScreen(bool show, long style)
         }
         if ( style & wxFULLSCREEN_NOTOOLBAR )
         {
+            // TODO
+        }
+        if ( style & wxFULLSCREEN_NOSTATUSBAR )
+        {
+            // TODO
         }
         SetSize( x , y , w, h ) ;
     }