Virtual Method
IdeFrameAddinunload
Description
This function should be implemented by IdeFrameAddin
plugins
in IdeFrameAddinInterface
.
This virtual method is called when the plugin should unload itself. It should revert anything performed via ide_frame_addin_load().
Parameters
frame
-
Type:
IdeFrame
An
IdeFrame
.The data is owned by the caller of the function.