Sha256: 9b94964717f68fc7d64416c29d5b3b2d1d24cc409ae395c0a955ab96d08a7c36
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true Shoes.app width: 200 do flow margin: 12, fill: red do background red # Set up three buttons button "button 1" button "button 2" button "button 3" button "button 4" button "button 5" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre12 | samples/simple_flow_wrap.rb |