Unfortunately I can't figure out how to do this. No matter what I try,
the transparent object consumes the event and the object underneath does
not receive it.
What am I missing?
--
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│ "I have always wished for my computer to be as easy to use as my
│ telephone; my wish has come true because I can no longer figure out
│ how to use my telephone." --- Bjarne Stroustrup
What am I missing?
Yes, very clever...
It's only *partially* transparent. That is, it contains some visual
elements, but I want them to be completely non-interactive and have all
events tunnel through to the object underneath it.
What it's actually for is to draw overlays on on top of my real UI.
Surely subclassing something and adding a method that just calls the
superclass is going to be a noop, though?