Sha256: 83f46d995a8eb62669eb113f03043f5924839e1a13337640fdd07e6ed13e2e55

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

Shoes.app do
  @o = oval :top => 0, :left => 0,
            :radius => 40

  stack :margin => 40 do
    title "Dancing With a Circle"
    subtitle "How graceful and round."
  end

  motion do |x, y|
    @o.move width - x, height - y
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.pre2 samples/nks_dancing_circle.rb