From: Vince D. <vi...@sa...> - 2002-07-25 11:31:47
|
>Vince, that is only needed once in the tkwin code, can't it be done >using some tk utility function? Actually, I think there may be a way --- get rid of that function completely (PlPlotterKeyEH) and replace it with some simple Tcl code: Something like: bind Plframe Left "plframekey %w -1 0 %X %Y" proc plframekey {pl xdiff ydiff xroot yroot} { # fill in tcl/tk code to warp the pointer to the new position } ?? -- Vince <http://www.santafe.edu/~vince> |