Sha256: e40cd1c285e8e8b37b4e35c9786f6edfd3b4d870cdfbb0612738d6f5d3425bef

Contents?: true

Size: 180 Bytes

Versions: 6

Compression:

Stored size: 180 Bytes

Contents

Shoes.app do
  @push = button "Push me", width: 200, height: 50, top: 109, left: 132
  @note = para "Nothing pushed so far"
  @push.click {
    @note.replace "Aha! Click!"
  }
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
scarpe-0.4.0 examples/button_with_position_and_size.rb
scarpe-0.3.0 examples/button_with_position_and_size.rb
scarpe-0.2.2 examples/button_with_position_and_size.rb
lacci-0.2.1 examples/button_with_position_and_size.rb
scarpe-0.2.1 examples/button_with_position_and_size.rb
scarpe-0.2.0 examples/button_with_position_and_size.rb