Sha256: 5faf318128a071f34a42235a7b04e32dbf462e581f64b7f94ea05b2a8299969e

Contents?: true

Size: 441 Bytes

Versions: 2

Compression:

Stored size: 441 Bytes

Contents

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(Shoes::DIR, 'static/shoes-icon.png') }
  button 'bye bye2'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shoes-4.0.0.pre2 samples/sample9.rb
shoes-4.0.0.pre1 samples/sample9.rb