Sha256: a321f1458b2ca014e6a58e7cd0f89bf68dcc414f2275f9769c2c5c3502506f4e
Contents?: true
Size: 440 Bytes
Versions: 27
Compression:
Stored size: 440 Bytes
Contents
require '../lib/green_shoes' Shoes.app do flow(width: 300){3.times{|i| button "hello#{i}"}} stack(width: 100){3.times{|i| button "hello#{i}"}} button 'bye bye1' flow(width: 0.5){2.times{|i| flow(width: 0.5){2.times{|j| button "Yayyyy#{j}"}}}} flow(width: 0.3){button 'go go go go go'} stack(width: 0.3){edit_line; 3.times{para 'hello'}} flow(width: 0.3){image '../static/gshoes-icon.png'} button 'bye bye2' end
Version data entries
27 entries across 27 versions & 1 rubygems