Searched refs:dragto (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dentry.rb56 def dragto(pos) method in class:Tk
57 tk_send_without_enc('scan', 'dragto', pos)
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dpromptdialog.rb89 def dragto(pos) method in class:Tk
90 tk_send_without_enc('scan', 'dragto', pos)
H A Dentryfield.rb142 def dragto(pos) method in class:Tk.EntryfieldValidate.ValidateArgs.validate.invalid
143 tk_send_without_enc('scan', 'dragto', pos)
H A Dspinner.rb126 def dragto(pos) method in class:Tk.EntryfieldValidate.ValidateArgs
127 tk_send_without_enc('scan', 'dragto', pos)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcity.tcl46 bind .map <B2-Motion> {%W scan dragto %x %y}
H A Dpuzzle.tcl91 bind .map <B2-Motion> {%W scan dragto %x %y}
H A Dosm.tcl250 bind .map <B2-Motion> {%W scan dragto %x %y}
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_sqmap.tcl197 ## Intercepting the dragto command to keep track of the
204 method {scan dragto} {x y {gain 1}} {
206 $hull scan dragto $x $y $gain
217 ## callbacks, nothing. See the dragto interception above too.
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dapplication.tcl367 bind .c <B2-Motion> {%W scan dragto %x %y}
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/library/
H A DtkTable.tcl55 bind Table <B3-Motion> { %W border dragto %x %y }
90 if {$::tk::table::Priv(mouseMoved)} { %W scan dragto %x %y }
314 $w border dragto $x $y
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dlistbox.tcl175 %W scan dragto %x %y
H A Dentry.tcl648 $w scan dragto $x
H A Dtext.tcl1198 $w scan dragto $x $y
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dlistbox.tcl175 %W scan dragto %x %y
H A Dentry.tcl635 $w scan dragto $x
H A Dtext.tcl1154 $w scan dragto $x $y
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dtreectrl.tcl1487 $w scan dragto $x $y
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl385 variable scanCmdOpts [list mark dragto]
2980 mwutil::wrongNumArgs "$win scan mark|dragto x y"
5086 if {[string compare $opt "dragto"] == 0} {
5101 $w scan dragto 0 $y

Completed in 156 milliseconds