Searched +refs:Plotchart +refs:DrawTimeMilestone (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotchart.tcl12 # Plotchart --
15 namespace eval ::Plotchart {
225 set methodProc(timechart,milestone) DrawTimeMilestone
442 proc ::Plotchart::setZoomPan { w } {
446 bind $w <Control-Button-1> [list ::Plotchart::ScaleItems $w %x %y $sqrt2]
447 bind $w <Control-Prior> [list ::Plotchart::ScaleItems $w %x %y $sqrt2]
448 bind $w <Control-Button-2> [list ::Plotchart::ScaleItems $w %x %y $sqrt05]
449 bind $w <Control-Button-3> [list ::Plotchart::ScaleItems $w %x %y $sqrt05]
450 bind $w <Control-Next> [list ::Plotchart::ScaleItems $w %x %y $sqrt05]
451 bind $w <Control-Up> [list ::Plotchart
[all...]

Completed in 91 milliseconds