Sha256: 4013555e81ef8997a970828e5d266989a12d92bea1f09af3a7e37fdd18ae4ab3

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

Shoes.app do
  slot = stack do
    background lightsteelblue
    para 'Some content'
    button 'Hello' do alert 'hi there' end
  end

  button 'Show' do slot.show end
  button 'Hide' do slot.hide end
  button 'Toggle' do slot.toggle end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.pre2 samples/simple-visibility.rb