first attempt for full screen implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-07-21 11:27:51 +00:00
parent c5985061df
commit 3c86150dd7

View 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 ) ;
}