Lisp HUG Maillist Archive

Floating LW "bar" on LWM

Hi

in LWM there is this "floating bar" (the "podium" in UNIX/Linux) that  
is always on top.  This creates some annoyances when making windows  
full screen.
There are a bunch of unexported symbols in the LISPWORKS-TOOLS package  
that seem to deal with it, but, more to the point, could it be  
possible to activate a normal window bar and buttons around it?

Cheers

Marco


--
Marco Antoniotti, Associate Professor				tel.	+39 - 02 64 48 79 01
DISCo, Università Milano Bicocca U14 2043
Viale Sarca 336
I-20126 Milan (MI) ITALY

Please note that I am not checking my Spam-box anymore.






Re: Floating LW "bar" on LWM


On Dec 3, 2008, at 1:35 AM, Marco Antoniotti wrote:

> in LWM there is this "floating bar" (the "podium" in UNIX/Linux)  
> that is always on top.  This creates some annoyances when making  
> windows full screen.
> There are a bunch of unexported symbols in the LISPWORKS-TOOLS  
> package that seem to deal with it, but, more to the point, could it  
> be possible to activate a normal window bar and buttons around it?

I don't know about changing it, but I just kill it with this in my  
init file.


(lw:define-action "CAPI Create Interface" "kill the podium" 'kill-the- 
podium)


(defun kill-the-podium (p)
   (when (eq (type-of p) 'lispworks-tools::lispworks-toolbar-window)
     (capi:quit-interface p :force t)))

I suppose you could make your own with whatever window type you want.




John DeSoi, Ph.D.





Re: Floating LW "bar" on LWM

Marco Antoniotti <marcoxa@cs.nyu.edu> writes:

> Yes, but it is not so easy to do so.  

It's easy enough if one tries it :-)

> May I suggest to make it look like a regular window on LWM?

A regular window steals too much screen estate. A regular toolbox
window (is that the right mac name for it?) like the font or color
choosers would be fine, though.
-- 
  (espen)


directory setting

Unable to parse email body. Email id is 8858

Updated at: 2020-12-10 08:41 UTC