[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT-Widgets: z-order and tab-order

Veronika Irvine wrote:

> You can alter the z-order using Control.moveAbove and Control.moveBelow.

I'm using a Canvas, and have both primitive objects that I'm drawing in a
PaintListener, and attached Widgets, which are drawn by the system.

Is there a way to take control of when the Widgets are drawn, so that I
can have a Z-order that intermixes the drawing of Widgets and primitives?