Changeset 77 for trunk/samples

Show
Ignore:
Timestamp:
08/09/2007 11:34:51 (13 months ago)
Author:
why
Message:

* shoes/ruby.c: yikes, a total rewrite of the layout stuff, shoes is in chaos, PLEASE BEWARE.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/rect.rb

    r38 r77  
    66    rect rand(100), rand(200), r, r 
    77  end 
    8   button "OK", :x => 300, :y => 400 do 
     8  button "OK", :left => 300, :top => 400 do 
    99    clear &rectangles 
    1010  end