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

nrSetWindowVisibility

nrSetWindowVisibility(
o_window
t_showOrHide
)
=> t / nil

Description

Function logged when a window is displayed, removed from the screen, or iconified. When a window is displayed, the second argument of this function is the string show, when a window is removed, the second argument is hide, and when a window is iconified, the second argument is min. This function is intended only for replay use and should not be called explicitly.

Arguments

o_window

The window.

t_showOrHide

When a window is displayed, this argument is the string “show”; when a window is removed from the screen, this argument is “hide”; and when a window is minimized, this argument is "min".

Values Returned

t

A window was displayed, closed, or iconified, or this function was called from SKILL.

nil

There was an error.

Examples

nrSetWindowVisibility( basicRenameForm “show” )

Related Topics

QtReplay Functions

nrResizeWindow

nrSetCurrentWindow


Return to top
 ⠀
X