| Window
Avoidance |
||||
|
||||
|
Description This utility defines a mixin CLOS class which can be used to prevent the overlapping of windows belonging to different classes. It is very useful when working with a mixture of tool palette windoids and ordinary windows. Documentation WINDOW-AVOIDANCE-MIXIN, when mixed in with a window class, affects the zoomed size and position of a window in such a way that the window will not be overlapped by other window classes, provided certain conditions are met. This is very useful when working with tool palette windoids.An instance of a given window/windoid class (AWCI) will be avoided if
Acknowledgements Special thanks to Adam Alpern who contributed to the code. |