Purpose |
To set the position of a window. |
Syntax |
winio@('%sp', x, y) |
Modifiers |
Grave accent (`) - used in a call-back function to give the position relative to the position of the event that resulted in the call. |
Description |
x and y represent the position of the top left corner of the window in screen co-ordinates. Typically these values are returned by %gp (Window Postion). |
Example |
winio@('%sp', 200L, 100L) |
See also |