[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Fixing the change to fullscreen (#381)

johnmci notifications at github.com
Thu Mar 21 18:16:38 UTC 2019


johnmci commented on this pull request.

The apple documents are not clear, one is a test for the state of the view at the moment, the other is a test to see if the window is capable of full screen?  
@property(getter=isInFullScreenMode, readonly) BOOL inFullScreenMode;
The value of this property is YES when the view is in full screen mode or NO when it is not.

 NSFullScreenWindowMask
The window can appear full screen. A fullscreen window does not draw its title bar,
 and may have special handling for its toolbar. 
This mask is automatically toggled when toggleFullScreen: is called.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381#pullrequestreview-217413459
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190321/60ce0759/attachment-0001.html>


More information about the Vm-dev mailing list