Skip to content

Instantly share code, notes, and snippets.

@simonask
Created February 16, 2009 09:29
Show Gist options
  • Save simonask/65091 to your computer and use it in GitHub Desktop.
Save simonask/65091 to your computer and use it in GitHub Desktop.
window: Window("Test") {
.button1: Button("Lol") { print "HELLO WORLD" }
}
window.show
window.button1.click
window.on_close << { print ":(" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment