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

/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dplot.rb87 proc{|x,y| plotDown $plot_canvas,x,y}, "%x %y")
95 # plotDown --
103 def plotDown (w, x, y) method
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dplot.rb89 proc{|x,y| plotDown $plot_canvas,x,y}, "%x %y")
97 # plotDown --
105 def plotDown (w, x, y) method
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dplot.tcl62 $c bind point <1> "plotDown $c %x %y"
69 # plotDown --
77 proc plotDown {w x y} { procedure
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dplot.tcl62 $c bind point <1> "plotDown $c %x %y"
69 # plotDown --
77 proc plotDown {w x y} { procedure

Completed in 172 milliseconds