mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2026-04-20 01:16:27 +00:00
typos in scrolling documentation
This commit is contained in:
+4
-4
@@ -809,12 +809,12 @@ Not available
|
||||
</table>
|
||||
|
||||
|
||||
####WGScrollByX
|
||||
####WGScrollXBy
|
||||
Scrolls the currently selected view's contents by a specified delta horizontally (positive or negative).
|
||||
|
||||
<table width="100%">
|
||||
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
|
||||
X: WGScrollByX
|
||||
X: WGScrollXBy
|
||||
A: Offset to apply to X scroll position
|
||||
</td><td>
|
||||
Not available (see WGScrollBy)
|
||||
@@ -822,12 +822,12 @@ Not available (see WGScrollBy)
|
||||
</table>
|
||||
|
||||
|
||||
####WGScrollByY
|
||||
####WGScrollYBy
|
||||
Scrolls the currently selected view's contents by a specified delta vertically (positive or negative).
|
||||
|
||||
<table width="100%">
|
||||
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
|
||||
X: WGScrollY
|
||||
X: WGScrollYBy
|
||||
A: Offset to apply to Y scroll position
|
||||
</td><td>
|
||||
Not available
|
||||
|
||||
Reference in New Issue
Block a user