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

deBeginConfigurePlugins

deBeginConfigurePlugins(
w_window
)
=> nil

Description

Lets applications issue a series of deInstallPlugin and deRemovePlugin calls to add or remove plugins in the specified application window. Using deBeginConfigurePlugins before adding or removing plugins helps in reducing calls to the hiApplyWinConfig SKILL function.

When deBeginConfigurePlugins is called, Design Editor postpones applying workspace in the specified application window until deEndConfigurePlugins is called in the same window.

Nested calls of deBeginConfigurePlugins and deEndConfigurePlugins are not supported.

Arguments

w_window

An application window.

Value Returned

nil

Always returns nil. The value is not significant.

Examples

Informs the Design Editor that a series of calls for deInstallPlugin or deRemovePlugin, or both will be made in window:2.

(deBeginConfigurePlugins (window 2))

Related Topics

deInstallPlugin

deRemovePlugin

hiApplyWinConfig

deEndConfigurePlugins

Return to top
 ⠀
X