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

deUnmanageToolbar

deUnmanageToolbar( 
w_sessionWindow
s_toolbar
[ g_appName ]
)
=> t / nil

Description

Removes the toolbar from the given session window (under DE management) for the specified application. A toolbar should be removed using the deUnmanageToolbar function before it can be deleted.

Arguments

w_sessionWindow

Specifies the ID of the session window from which you want to remove the given toolbar.

s_toolbar

Specifies the name of the toolbar, which was set when the toolbar was put in the given session window.

g_appName

(Optional) Specifies the application name from which the toolbar needs to be removed. If no appName is given, the application running in the active-tab-window is used.

Values Returned

t

Specified toolbar is successfully removed from DE management.

nil

Specified toolbar is not removed from DE management.

Example

(deUnmanageToolbar swindow(1) 'mytoolbar)


Return to top
 ⠀
X