Sha256: 4d424dfa9f44466b6b629d534d00aa36f37e872a2bb8d941e5d83aeca70e768f
Contents?: true
Size: 456 Bytes
Versions: 6
Compression:
Stored size: 456 Bytes
Contents
require 'purple_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/purple_shoes-icon.png')} button 'bye bye2' end
Version data entries
6 entries across 6 versions & 1 rubygems