gePopWindowHilightStack
gePopWindowHilightStack(
w_windowId
)
=> t / nil
Description
Pops the current window highlight set out of the window highlight stack.
The highlight set is removed from the window highlight stack, but not deleted. The highlight set can be pushed back into the stack at a later time.
Arguments
Value Returned
Examples
gePopWindowHilightStack(window(3))
Related Topics
Highlight Functions
Return to top