Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

w_windowId

Database ID of the window to be shifted.

t_dir

Direction to shift the window.
Valid Values: right, left, up, down

Value Returned

t

The window shifts.

nil

The window does not shift.

Examples

Shifts the window win2 one screen dimension in the upward direction.

geShift( win2 "up" )

Related Topics

geScroll

Window Scroll Functions


Return to top
 ⠀
X