Sha256: 7eeb04cd609606c36660143315c58cbe4c760c7574355e0ca8f6cb44f5473af3
Contents?: true
Size: 188 Bytes
Versions: 6
Compression:
Stored size: 188 Bytes
Contents
Shoes.app do # A button which takes up the whole page @b = button "WAT DO", :width => 1.0, :height => 1.0 # When clicked, show the styles @b.click { alert(@b.style.inspect) } end
Version data entries
6 entries across 6 versions & 2 rubygems