Sha256: 82c6c48d6620c73466cc8c048fb8199a363d97838fcfcf6895e3edb94c2d699e

Contents?: true

Size: 562 Bytes

Versions: 2

Compression:

Stored size: 562 Bytes

Contents

Shoes.app :width => 280, :height => 350 do
  flow :width => 280, :margin => 10 do
    stack :width => "100%" do
      banner "A POEM"
    end
    stack :width => "80px" do
      para "Goes like:"
    end
    s = stack :width => "-90px" do
      para "the sun.\n",
           "a lemon.\n",
           "the goalie.\n",
           "a fireplace.\n",
           "i want to write\n",
           "a poem for the\n",
           "kids who haven't\n",
           "even heard one yet.\n\n",
           "and the goalie guards\n",
           "the fireplace"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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