CLIM mail archive

[Prev][Next][Index][Thread]

Re: titles and fonts




I don't have a 0.9 here to test this, but this works in the development
hierarchy.

(reset-frame frame :title "New title")

You need to force the output as well after this, so either do it
directly or do some more operations and do it.

(e.g.  (port-force-output port))

This works for me under olwm (we set the wm_name property), but I'm not
sure this will work under twm or whether it required to be supported by
the icccm.  I suspect not. Sigh?  I'll look into this soon when we
figure out whether this is a portable feature or not.


Ramana

0,,


Main Index | Thread Index