ilgUnregisterSelectionCB
ilgUnregisterSelectionCB( [S_name])=>t/nil
Description
Unregisters a selection callback that was previously registered using ilgRegisterSelectionCB.
Arguments
Value Returned
Examples
To unregister a selection callback:
ilgUnregisterSelectionCB('mySelCallback)
=> t
To unregister all selection callbacks:
ilgUnregisterSelectionCB() ;call without arguments
=> t
Related Topics
SKILL IDE Functions
Return to top