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

geGetWindowSelProtectionHighlight

geGetWindowSelProtectionHighlight( 
[ w_window ]
)
=> t / nil 

Description

Returns whether or not the protected objects in the specified window are highlighted.

Arguments

w_window

The window that is queried for the highlight state of the protected objects. If not specified, the highlight state of the protected objects in the current window is returned.

Value Returned

t

Returned if the protected objects in the specified window are highlighted.

nil

Returned if the protected objects in the specified window are not highlighted.

Examples

Indicates that the protected objects in the current window are highlighted.

geGetWindowSelProtectionHighlight()
=> t

Related Topics

Selection Functions


Return to top
 ⠀
X