Changeset 234 for trunk/samples

Show
Ignore:
Timestamp:
10/13/2007 12:00:14 (11 months ago)
Author:
why
Message:

* shoes/canvas.c: scrolly now accompanies each slot. and each slot is recopied on redraw.
* shoes/ruby.c: native controls and movie windows should now cooperate with the scrollbar.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/video.rb

    r229 r234  
    55      link("play")  { @vid.play }, ", ", 
    66      link("pause") { @vid.pause }, ", ", 
    7       link("stop")  { @vid.stop } 
     7      link("stop")  { @vid.stop }, ", ", 
     8      link("hide")  { @vid.hide }, ", ", 
     9      link("show")  { @vid.show } 
    810  end 
    911end