Drawscroll » History » Version 3
Per Amundsen, 02/16/2023 12:24 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */drawscroll -hn <@window> <x> <y> <x y w h> [<x> <y> <x y w h>...]* |
||
| 4 | |||
| 5 | Scrolls the region inside the specified rectangle. The first <x> and <y> parameters represent the distance to scroll and can be positive or negative. |
||
| 6 | |||
| 7 | *Switches* |
||
| 8 | |||
| 9 | 3 | Per Amundsen | table(ktable). |
| 10 | |*Switch*|*Description*| |
||
| 11 | | -h | Highlights the windows icon if it is minimized. | |
||
| 12 | | -n | Prevents the display from being updated immediately. | |
||
| 13 | 1 | Per Amundsen | |
| 14 | *Parameters* |
||
| 15 | |||
| 16 | 3 | Per Amundsen | table(ktable). |
| 17 | |*Parameter*|*Description*| |
||
| 18 | | <@window> | Name of the window to scroll. | |
||
| 19 | | <x> | The number of pixel to scroll on the x axis. | |
||
| 20 | | <y> | The number of pixel to scroll on the y axis. | |
||
| 21 | | <x y w h> | The region to scroll. | |
||
| 22 | | [<x> <y> <x y w h>...] | Additional pixels and regions to scroll. | |