Created
February 1, 2011 16:29
-
-
Save Geal/806104 to your computer and use it in GitHub Desktop.
how to control the native window size and position
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HostWindowProxy new | |
instVarNamed: #windowHandle put: 1; | |
windowPosition: 0 @ 0; | |
windowSize: 800 @ 600; | |
windowTitle: 'Screencast' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment