mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2024-12-13 15:30:04 +00:00
Merge pull request #9 from a2-4am/master
typos in scrolling documentation
This commit is contained in:
commit
87866bd9c3
@ -821,12 +821,12 @@ Not available
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
####WGScrollByX
|
####WGScrollXBy
|
||||||
Scrolls the currently selected view's contents by a specified delta horizontally (positive or negative).
|
Scrolls the currently selected view's contents by a specified delta horizontally (positive or negative).
|
||||||
|
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
|
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
|
||||||
X: WGScrollByX
|
X: WGScrollXBy
|
||||||
A: Offset to apply to X scroll position
|
A: Offset to apply to X scroll position
|
||||||
</td><td>
|
</td><td>
|
||||||
Not available (see WGScrollBy)
|
Not available (see WGScrollBy)
|
||||||
@ -834,12 +834,12 @@ Not available (see WGScrollBy)
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
####WGScrollByY
|
####WGScrollYBy
|
||||||
Scrolls the currently selected view's contents by a specified delta vertically (positive or negative).
|
Scrolls the currently selected view's contents by a specified delta vertically (positive or negative).
|
||||||
|
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
|
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
|
||||||
X: WGScrollY
|
X: WGScrollYBy
|
||||||
A: Offset to apply to Y scroll position
|
A: Offset to apply to Y scroll position
|
||||||
</td><td>
|
</td><td>
|
||||||
Not available
|
Not available
|
||||||
|
Loading…
Reference in New Issue
Block a user