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

/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddynhelp.tcl696 set scrwidth [winfo vrootwidth .]
705 set screenx [expr {$x % $scrwidth} ]
712 if { $screenx+$width > $scrwidth } {
713 set x [expr {$x + ($scrwidth - $screenx) - ($width - 8)}]

Completed in 179 milliseconds