geAddHilightTrackPattern
geAddHilightTrackPattern(g_hlSetId d_trackPatternId) =>g_hlObjectId/ nil
Description
Adds a track pattern to a highlight set.
Arguments
Value Returned
Examples
win = window(3)
cv=geGetEditCellView(win)
tp = nth(0 cv~>trackPatterns)
hilSet = geCreateHilightSet(cv ’("hilite" "drawing")) |
hilSet~>enable=t
geAddHilightTrackPattern(hilSet tp)
Related Topics
Highlight Functions
Return to top