Sha256: ac7cc02ee93023d3e5a5c6568d0891f31a10600b2daf6215b5889fe5572fc659
Contents?: true
Size: 500 Bytes
Versions: 12
Compression:
Stored size: 500 Bytes
Contents
require 'green_shoes' Shoes.app width: 305, height: 460 do background lightskyblue flow do background green 3.times do button 'button', margin: 5 edit_line margin_top: 5 end end image File.join(DIR, '../static/gshoes-icon.png'), margin: 20, margin_left: 80 tagline fg(em(strong('A sample for margin style.')), maroon), margin: [30, 0, 0, 30] flow do background gold 10.times{button 'button', margin: [10, 5, 0, 5]} end end
Version data entries
12 entries across 12 versions & 1 rubygems