lntShowHideAllTraces
lntShowHideAllTraces(x_showHide[w_window] ) => t / nil
Description
Shows or hides all traces in the cellview contained in the specified window.
Arguments
Value Returned
|
All traces in the specified window were either shown or hidden. |
|
Example
lntShowHideAllTraces(0 win)
Hides all traces in the specified window.
lntShowHideAllTraces(1)
Shows all traces in the current window.
Related Topics
Return to top