projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Set minsize and implement DoGetBestSize
[wxWidgets.git]
/
src
/
mac
/
carbon
/
toplevel.cpp
diff --git
a/src/mac/carbon/toplevel.cpp
b/src/mac/carbon/toplevel.cpp
index 84ca63968593b5c180a22a23cb4b08e199378045..0368071037ecda6ed739788a8ece787d9e8c4a23 100644
(file)
--- a/
src/mac/carbon/toplevel.cpp
+++ b/
src/mac/carbon/toplevel.cpp
@@
-1193,6
+1193,11
@@
bool wxTopLevelWindowMac::ShowFullScreen(bool show, long style)
}
if ( style & wxFULLSCREEN_NOTOOLBAR )
{
}
if ( style & wxFULLSCREEN_NOTOOLBAR )
{
+ // TODO
+ }
+ if ( style & wxFULLSCREEN_NOSTATUSBAR )
+ {
+ // TODO
}
SetSize( x , y , w, h ) ;
}
}
SetSize( x , y , w, h ) ;
}