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

geGetWindowSelProtectionSelectability

geGetWindowSelProtectionSelectability( 
[ w_window ]
)
=> t / nil 

Description

Returns whether or not the protected objects in the specified window can be selected.

Arguments

w_window

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

Value Returned

t

Returned if the protected objects in the specified window can be selected.

nil

Returned if the protected objects in the specified window cannot be selected.

Examples

Indicates that the protected objects in the current window can be selected.

geGetWindowSelProtectionSelectability()
=> t

Related Topics

Selection Functions


Return to top
 ⠀
X