Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

o_window

The window.

l_coordinates

The window’s new screen coordinates, specified as a list of the following format:

’(x y width height)

Values Returned

t

A window was resized or moved, or this function was called from SKILL

nil

There was an error.

Examples

nrResizeWindow( cdsLibManager list(107 35 551 483 ) )

Related Topics

QtReplay Functions

nrSetCurrentWindow

nrSetWindowVisibility


Return to top
 ⠀
X