Skip to content

Instantly share code, notes, and snippets.

@russplaysguitar
Created February 25, 2013 04:06
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 russplaysguitar/5027683 to your computer and use it in GitHub Desktop.
Save russplaysguitar/5027683 to your computer and use it in GitHub Desktop.
Shoes button that works
Shoes.app width: 600, height: 400 do
parent = Shoes::Flow.new app, app: app
Shoes::Button.new(parent, "text", {:width => 131, :height => 137, :margin => 143}, Proc.new {})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment