Changeset 205 for trunk/samples

Show
Ignore:
Timestamp:
09/25/2007 00:57:39 (11 months ago)
Author:
why
Message:

* shoes/ruby.c: ahh, ended up needing App.method_missing for anything that ends up getting added to Canvas or Shoes classes at runtime. perhaps could use method_added in the future. this gave me a chance to wrap up ts_funcall2 which means Shoes actually has a hack by the wonderful Guy Decoux!
* samples/mask.rb: using title now that the above is fixed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/mask.rb

    r204 r205  
    77 
    88  mask do 
    9     text "<span font_desc='34px'>Shoes</span>" 
     9    title "Shoes" 
    1010  end 
    1111end