Floating windows & lock position & do not allow resize & without title bar
Hi, on the Macintosh Common Lisp there is a neat interface class called windoid that floats always on the top of the other windows. I'm wondering how to make this happen in LispWorks? Is it also possible to lock the interface at a given position so that the user cannot move it? And how to make the interface non-responding to interface size changes by the user? I'm also wondering if it is possible to create a window without the title bar? Pekka