This shows you the differences between two versions of the page.
— |
window_fixed [2006/08/29 16:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: window_fixed.txt,v 1.2 2006/08/20 18:32:13 sthalik Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[window]] fixed [on|off] | ||
+ | |||
+ | ======Description:====== | ||
+ | This toggles the current window's fixed status on/off. When a window is | ||
+ | fixed, it can't be moved or resized by an operation on a separate window. | ||
+ | All movements and resizes must explicitly be done on this window. | ||
+ | |||
+ | ======Practical:====== | ||
+ | This is ideal for an Oper View type window, where it only sits and has | ||
+ | data out-putted to it (and therefore shouldn't be moved/resized) | ||
+ | |||