Improve docstring.
This commit is contained in:
parent
5b3ffa2419
commit
11b258568d
@ -652,8 +652,10 @@ class CommandDispatcher:
|
|||||||
Args:
|
Args:
|
||||||
x: How many pages to scroll to the right.
|
x: How many pages to scroll to the right.
|
||||||
y: How many pages to scroll down.
|
y: How many pages to scroll down.
|
||||||
bottom_navigate: :navigate to the next page on bottom
|
bottom_navigate: :navigate action (next, increment) to run when
|
||||||
top_navigate: :navigate to the previous page on top
|
scrolling down at the bottom of the page.
|
||||||
|
top_navigate: :navigate action (prev, decrement) to run when
|
||||||
|
scrolling up at the top of the page.
|
||||||
count: multiplier
|
count: multiplier
|
||||||
"""
|
"""
|
||||||
frame = self._current_widget().page().currentFrame()
|
frame = self._current_widget().page().currentFrame()
|
||||||
|
Loading…
Reference in New Issue
Block a user