Sha256: d14279b41d9f60c28d6740414e57ade1780aed73ae711aea3fd46511b41811a0

Contents?: true

Size: 202 Bytes

Versions: 2

Compression:

Stored size: 202 Bytes

Contents

Shoes.app width: 400, height: 300 do
  el = edit_line text: 'Hello Shoes 4' do |s|
    @msg.text = s.text
  end
  button('move at random'){@msg.move rand(200), 50 + rand(200)}
  @msg = para el.text
end

Version data entries

2 entries across 2 versions & 1 rubygems

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