gePushHilightStack
gePushHilightStack(
g_hlSetId
)
=> t / nil
Description
Pushes a highlight set into the highlight stack of the cellview to which the highlight belongs.
The highlight set being pushed becomes the current highlight set. If a highlight set is already in the global list of the cellview, it cannot be pushed into the highlight stack.
Arguments
Value Returned
Examples
Pushes highlight set set13 into the stack.
gePushHilightStack( set13 )
Related Topics
Return to top