lntRemoveAllTraces
lntRemoveAllTraces(
[ w_window ]
)
=> t / nil
Description
Removes all traces from the specified window.
Arguments
|
ID of the window in which traces are to be removed. When not specified, traces are removed from the current layout window. |
Value Returned
|
All traces in the specified window were successfully removed. |
|
Example
lntRemoveAllTraces(hiGetCurrentWindow())
Removes all traces from the cellview shown in the current window.
Related Topics
Return to top