]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/toplevel.cpp
added trailing slash
[wxWidgets.git] / src / mac / carbon / toplevel.cpp
index 84ca63968593b5c180a22a23cb4b08e199378045..597b6caa9aab4f50200802ce5661ff18a0988310 100644 (file)
@@ -807,6 +807,7 @@ bool wxTopLevelWindowMac::Create(wxWindow *parent,
     SetName(name);
 
     m_windowId = id == -1 ? NewControlId() : id;
+    wxWindow::SetTitle( title ) ;
 
     MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
 
@@ -1193,6 +1194,11 @@ bool wxTopLevelWindowMac::ShowFullScreen(bool show, long style)
         }
         if ( style & wxFULLSCREEN_NOTOOLBAR )
         {
+            // TODO
+        }
+        if ( style & wxFULLSCREEN_NOSTATUSBAR )
+        {
+            // TODO
         }
         SetSize( x , y , w, h ) ;
     }