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

geIsGraphicalWindow

geIsGraphicalWindow( 
[ d_windowId ] 
g_noWarn
)
=> t / nil

Description

Tests if the specified window, or by default the current window, is a graphical window.

Arguments

d_windowId

Optional argument. The database ID of the window.

g_noWarn

When t, no warning is given if the window is a valid graphical window. When nil, a warning is given when the window is not valid.

Value Returned

t

Testing is set successfully.

nil

Returns nil when unable to set or determine window.

Examples

Tests if the window is a graphical window.

geIsGraphicalWindow()

geIsGraphicalWindow(window(3) nil)

Related Topics

Edit and Display Functions


Return to top
 ⠀
X