nrResizeWindow
nrResizeWindow(o_window l_coordinates) =>t / nil
Description
Function logged when a window is resized or moved. This function is intended only for replay use and should not be called explicitly.
Arguments
|
The window’s new screen coordinates, specified as a list of the following format: |
Values Returned
|
A window was resized or moved, or this function was called from SKILL |
|
Examples
nrResizeWindow( cdsLibManager list(107 35 551 483 ) )
Related Topics
Return to top