Sha256: a878bed7d3fdda1b4473a23c1f8f816bf482582e94b5396f9c9c7755834a44d8
Contents?: true
Size: 751 Bytes
Versions: 12
Compression:
Stored size: 751 Bytes
Contents
require "green_shoes" Shoes.app width: 700, height: 600 do title "Shoes is a ", link("tiny"){alert "Cool!"}, " graphics toolkit. " flow width: 0.4 do img = image File.join(DIR, '../static/gshoes-icon.png') img.click{alert "You're soooo quick!"} end flow width: 0.6 do tagline "It's simple and straightforward. ", link("Shoes "){alert "Yay!"}, "was born to be easy! ", link("Shoes "){alert "Yay!"}, "was born to be easy! ", link("Shoes "){alert "Yay!"}, "was born to be easy! ", "Really, it was made for absolute beginners. " end subtitle link(strong em("There's ", fg(bg("really ", "really ", yellow), red), "nothing to it. ")){alert "Have fun!"} end
Version data entries
12 entries across 12 versions & 1 rubygems