lntSetTraceVisibility
lntSetTraceVisibility(x_traceID x_visibility[w_window] ) => t / nil
Description
Sets the visibility of the specified trace in the specified window.
Arguments
|
ID of the window containing the specified trace. When not specified, the trace (if it exists) is updated in the current window. |
Value Returned
Example
Makes the trace with ID 1 in window 2 invisible.
lntSetTraceVisibility(1 0 window(2))
Related Topics
Return to top