Skip to content

Instantly share code, notes, and snippets.

@ebot
Created October 24, 2008 14:11
Show Gist options
  • Save ebot/19435 to your computer and use it in GitHub Desktop.
Save ebot/19435 to your computer and use it in GitHub Desktop.
Shoes.app(:height=>100) do
background "#EFC"
border "#BE8", :strokewidth => 6
stack(:margin => 12) do
para "Enter your name"
flow do
name = edit_line
button "OK" do
alert "Hi #{name.text}, this was a collosal waste of your time!"
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment