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

geEnableBackgroundCellView

geEnableBackgroundCellView( 
w_windowId
[ g_dimmed ]
)
=> t / nil 

Description

Enables the display of the background cellview in the specified window. The current window is used by default. If the dimmed parameter is set to t, the background cellview is displayed dimmed.

Arguments

w_windowId

The database ID of the window in which to display the background cellview.

g_dimmed

Specifies if the background cellview is displayed dimmed. Valid Values: t, nil

Value Returned

t

The display of the background cellview is successful.

nil

The window ID is invalid.

Examples

Displays the background cellview as dimmed in the current window.

geEnableBackgroundCellView(hiGetCurrentWindow() t)

Related Topics

Background Cellview Functions


Return to top
 ⠀
X