[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Widget Transparency

Hi, I'm working on the Maestro team at JPL...

I have a widget that contains and controls two other custom widgets. One of these widgets is "hand-drawn" with rectangles, the other is a polygonal gif image.

The parent widget initializes one instance of the rectangle child widget and two instances of the polygonal image child widget. How can the backgrounds for the two instances of the image widget be transparent for overlapping purposes?

Thank you.