Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc glitch Tk::Canvas scanDragto #76

Open
hvds opened this issue Mar 6, 2021 · 0 comments
Open

doc glitch Tk::Canvas scanDragto #76

hvds opened this issue Mar 6, 2021 · 0 comments

Comments

@hvds
Copy link

hvds commented Mar 6, 2021

metacpan says:

$canvas->scanDragto(x, y, ?gain?.)

This method computes the difference between its x and y arguments (which are typically mouse coordinates) and the x and y arguments to the last scanMark method for the widget. It then adjusts the view by 10 times the difference in coordinates. This method is typically associated It then adjusts the view by gain times the difference in coordinates, where gain defaults to 10. This command is typically associated with mouse motion events in the widget, to produce the effect of dragging the canvas at high speed through its window. The return value is an empty string.

There seems to be duplication of the text "It then adjusts the view by 10 times the difference in coordinates. This method is typically associated ". I don't see such a duplication in the TCL docs, maybe a copy/paste issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant