Sha256: 98393df820916b14ec3762582f8e28276d73a42467545ef297af5444cc103676

Contents?: true

Size: 330 Bytes

Versions: 6

Compression:

Stored size: 330 Bytes

Contents

Shoes.app do
  stack do
    para "Test decorations - title bar, resize controls"
    button "remove" do
      app.decorated = false
      @p.text = app.decorated? ? "True" : "False"
    end
    button "restore" do
      app.decorated = true
      @p.text = app.decorated? ? "True" : "False"
    end
    @p = para "True"
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
scarpe-0.4.0 examples/legacy/not_checked/shoes3-tests/decoration.rb
scarpe-0.3.0 examples/legacy/not_checked/shoes3-tests/decoration.rb
scarpe-0.2.2 examples/legacy/not_checked/shoes3-tests/decoration.rb
lacci-0.2.1 examples/legacy/not_checked/shoes3-tests/decoration.rb
scarpe-0.2.1 examples/legacy/not_checked/shoes3-tests/decoration.rb
scarpe-0.2.0 examples/legacy/not_checked/shoes3-tests/decoration.rb