Sha256: b9610cdc545ddd8974538abbffccf2bfe64309a80172f18ea81d1674dc5f5e92
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true Shoes.app width: 300, height: 200 do background lime..blue stack do para "Welcome to the world of Shoes!" button "Click me" do alert "Nice click!" end image "http://shoesrb.com/img/shoes-icon.png", margin_top: 20, margin_left: 10 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre12 | samples/good_image_dl.rb |