Sha256: 0a1dce94862cb6563a23ee7a2ccf9373adda0c3c3c088c2556408a5dc7b58c26
Contents?: true
Size: 449 Bytes
Versions: 12
Compression:
Stored size: 449 Bytes
Contents
require '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 File.join(DIR, '../static/gshoes-icon.png')} button 'bye bye2' end
Version data entries
12 entries across 12 versions & 1 rubygems