Sha256: e4ee6e1e3a3ad95fcc7457cd72a3311a7500ab9b1541e93b9677c0005dfebfde

Contents?: true

Size: 202 Bytes

Versions: 6

Compression:

Stored size: 202 Bytes

Contents

Shoes.app do
  stack :width => 120 do
    @b = button "Click me", :width => "100%" do
      alert "button.width = #{@b.width}\n" +
        "button.style[:width] = #{@b.style[:width]}"
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
scarpe-0.4.0 examples/legacy/working/simple/width-introspec.rb
scarpe-0.3.0 examples/legacy/working/simple/width-introspec.rb
scarpe-0.2.2 examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb
lacci-0.2.1 examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb
scarpe-0.2.1 examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb
scarpe-0.2.0 examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb