Skip to content

Instantly share code, notes, and snippets.

@Geal
Created February 1, 2011 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Geal/806104 to your computer and use it in GitHub Desktop.
Save Geal/806104 to your computer and use it in GitHub Desktop.
how to control the native window size and position
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