1 Jul 2004 08:16
Re: window always on top
Dmitri Ivanov <divanov <at> aha.ru>
2004-07-01 06:16:47 GMT
2004-07-01 06:16:47 GMT
Hello Andrew,
| Is there a way to make a window always on top of another??? thanks!
AFAIK, there are two possibilities.
(1) Arrange the top window as a toolbar within capi:docking-layout.
Drawbacks:
- you cannot get feedback when the user makes this toolbar show or hide
- you can only specify initial coordinates for this window by means of capi:define-interface
but cannot save and restore them later.
(2) Display the top window in the same process as the parent window, e.g.
(capi:display (make-instance 'top-interface)
;:window-styles '(:hides-on-deactivate
; :always-on-top :movable-by-window-background)
:owner parent-interface
:process nil)))
Drawback: none of the window styles works on Windows.
--
Sincerely,
Dmitri Ivanov
lisp.ystok.ru
.
Really? :)
> I'm using myself LW Personal for Linux/Motif (4.3.6)
> on a gentoo 1.4 (with xfree 4.3.0-r2) and everything works nicely.
>
> On my display, I've got 8942 available fonts (xlsfonts | wc -l), of
> which 1040 are courier fonts,
> and 1040 times fonts
$ xlsfonts | grep courier | wc -l
1056
$ xlsfonts | grep times | wc -l
RSS Feed