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
Value Returned
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
deRemovePlugin
deEndConfigurePlugins
Return to top