hiMoveWindow
hiMoveWindow(w_windowIdl_point) =>t / nil
Description
Moves the lower left corner of a window to a new screen location. If w_windowId is a window contained in a session window, the session window is moved.
The lower-left corner of the window itself (without the window manager border) is placed at the new location. The window, therefore, might not appear to be placed exactly at the specified point.
This function is not available in Concept SKILL. For more information, see
Arguments
Values Returned
Examples
Moves the lower left corner of hiGetCurrentWindow to 50:100 coordinate.
hiMoveWindow(hiGetCurrentWindow( ) 50:100)
=> t
Related Topics
Return to top