Skip to content

Instantly share code, notes, and snippets.

@jballanc
Created August 23, 2010 00:32
Show Gist options
  • Select an option

  • Save jballanc/544511 to your computer and use it in GitHub Desktop.

Select an option

Save jballanc/544511 to your computer and use it in GitHub Desktop.
win = NSWindow.alloc.initWithContentRect [10,20,300,300],
:styleMask => (NSTitledWindowMask |
NSClosableWindowMask |
NSMiniaturizableWindowMask |
NSResizableWindowMask)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment