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

geRefreshWindow

geRefreshWindow( 
[ w_windowId ] 
[ l_bBox ] 
)
=> t / nil 

Description

Refreshes a window. If a bounding box is specified, only that area is refreshed.

Arguments

w_windowId

Database ID of the window to be refreshed. If not specified, the current window is used.

l_bBox

Specifies the area to be refreshed.

Value Returned

t

The window is refreshed successfully.

nil

The window is not refreshed successfully.

Examples

Redraws win2.

geRefreshWindow( win2 )

Related Topics

Refresh Functions


Return to top
 ⠀
X