Skip to content

Instantly share code, notes, and snippets.

@greatseth
Created January 21, 2009 17:47
Show Gist options
  • Select an option

  • Save greatseth/50062 to your computer and use it in GitHub Desktop.

Select an option

Save greatseth/50062 to your computer and use it in GitHub Desktop.
Shoes.app :width => 300, :height => 300 do
(1..9).each do |n|
stack :width => 100, :height => 100 do
border black
click { alert "clicked stack #{n}" }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment