Sha256: e97ab5aeacb754234b80b729582c64c0b8cbeb10dec457728f168ee24f229f9e
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 Bytes
Contents
Shoes.app do background "#eee" @list = stack do @img = image '../static/man-builds.png' para "Enter a image URL to download:", :margin => [10, 8, 10, 0] flow :margin => 10 do @url = edit_line :width => -120 @url.text ='http://shoes.mvmanila.com/public/images/dino.jpg' button "Download", :width => 120 do @list.append do stack do background "#eee".."#ccd" stack :margin => 10 do image @url.text end end end end end end end
Version data entries
4 entries across 4 versions & 2 rubygems