deRemovePlugin
deRemovePlugin(
w_window
S_plugin
)
=> t / nil
Description
Removes (or deactivates) the named plugin from the specified application window–session or tab window. If the ID is of a session window, the plugin is removed from all tab windows associated with the session window.
Arguments
|
Specifies the ID of the window from which the plugin is to be removed. |
|
|
Specifies the name (string) or class name (symbol) of the plugin to be removed. |
Value Returned
|
Returns |
Related Topics
Return to top