gePopHilightStack
gePopHilightStack(
d_cellview
)
=> nil
Description
Pops the current highlight set out of the highlight stack.
The next highlight set in the stack becomes current. If there are no more highlight sets in the stack, the current highlight set is nil.
Arguments
Value Returned
Examples
Pops the current highlight set out of the stack in cell1.
gePopHilightStack( cell1 )
Related Topics
Return to top