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

geDeleteAllWindowHilightSet

geDeleteAllWindowHilightSet( 
w_windowId 
)
=> t / nil 

Description

Deletes all the window highlight sets registered on the given window.

Arguments

w_windowId

The ID of the window containing the cellview.

Value Returned

t

The window highlight sets are deleted.

nil

An error occurred and the highlight set are not deleted.

Examples

Deletes all the window highlight sets in window(3).

geDeleteAllWindowHilightSet(window(3))

Related Topics

Highlight Functions


Return to top
 ⠀
X