This shows you the differences between two versions of the page.
— |
window_refnum_or_swap [2006/08/29 16:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: window_refnum_or_swap.txt,v 1.3 2006/08/20 18:32:13 sthalik Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[window]] refnum_or_swap <refnum> | ||
+ | |||
+ | ======Description:====== | ||
+ | This atomically makes the given window both current and visible, | ||
+ | without failure. If the window is visible, then the client makes it | ||
+ | current, as [[window refnum]] would do. If the window is hidden, then | ||
+ | the client swaps the window in and makes it current, as [[window swap]] | ||
+ | would do. This action never fails unless you specify a window | ||
+ | that doesn't exist. | ||
+ | |||
+ | ======History:====== | ||
+ | This operation first appeared in EPIC4pre2.001. | ||