geShift
geShift( [w_windowId] [t_dir] ) => t / nil
Description
Shifts w_windowId in the direction t_dir.
geshift() is a wrapper function written on top of geScroll() in order to facilitate a slightly different use mode. geshift() uses the same mechanism as geScroll(), but gives you access to e, w, n, s directions in the form of right, left, up, and down.
Arguments
|
Direction to shift the window. |
Value Returned
Examples
Shifts the window win2 one screen dimension in the upward direction.
geShift( win2 "up" )
Related Topics
Return to top