[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Drawing in window/windoid title bar
- To: kardank@ERE.UMontreal.CA
- Subject: Re: Drawing in window/windoid title bar
- From: "Mark A. Tapia" <markt@dgp.toronto.edu>
- Date: Mon, 13 Dec 1993 10:21:39 -0500
- Cc: info-mcl@cambridge.apple.com
On Sun Dec 12, Kardan Kaveh asks:
Is it possible to draw into the title bar of a window or windoid?
Code that does this must use global (e.g. screen) coordinates for
drawing. For an example of routines that display marking menus that
obscure not only the marking-menu-view but also exterior views and
the desktopp itself, see the contributed code available from
cambridge.apple.com in the directory pub/MCL2/contrib
the bin hex archive file is menu-enhancements.sit.hqx. The relevant
code is in the file oou-utils.lisp. Unfortunately, you'll have
to redraw the area every time you drag the window from one position
to another or change its size either by zooming or growing it.
mark