mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 950729 - fix docstring error for flick, r=dburns
This commit is contained in:
parent
a42436ea48
commit
6908cf12ad
@ -325,9 +325,9 @@ class Actions(object):
|
||||
corner of the element.
|
||||
:param y1: Starting y-coordinate of flick, relative to the top left
|
||||
corner of the element.
|
||||
:param x1: Ending x-coordinate of flick, relative to the top left
|
||||
:param x2: Ending x-coordinate of flick, relative to the top left
|
||||
corner of the element.
|
||||
:param x1: Ending y-coordinate of flick, relative to the top left
|
||||
:param y2: Ending y-coordinate of flick, relative to the top left
|
||||
corner of the element.
|
||||
:param duration: Time needed for the flick gesture for complete (in
|
||||
milliseconds).
|
||||
|
Loading…
Reference in New Issue
Block a user