Searched refs:ControllerProc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTimerToStopPlay.tcl8 proc ControllerProc {w what {par {}}} { procedure
37 set theMovie [movie .m -file $myFile -mccommand ControllerProc]
H A DConstrainedLoop.tcl9 .m configure -mccommand [list ControllerProc $start $end]
20 proc ControllerProc {start end w what {par {}}} { procedure
22 #puts "ControllerProc:: w=$w, what=$what, par=$par"
H A DSimpleEdit.tcl4 proc ControllerProc { w what {par {}} } { procedure
7 #puts "ControllerProc:: w=$w, what=$what, par=$par"
91 set theMovie [movie .fr.m -file $myFile -mccommand ControllerProc -mcedit 1]
H A DSimpleEditTimecode.tcl4 proc ControllerProc { w what {par {}} } { procedure
7 #puts "ControllerProc:: w=$w, what=$what, par=$par"
91 set w [movie .fr.m -file $myFile -mccommand ControllerProc -mcedit 1]

Completed in 106 milliseconds