[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: redraw / update
|
Hi,
not 100% I think if you have a layout manager you also need to call
layout() but I could be wrong.
Tom
Peter Maas schrieb:
> As far as I understand aControl.redraw() queues a paint event for
> aControl and
> aControl.update() enforces processing of all waiting paint events so that
>
> aComposite.redraw();
> aComposite.update();
>
> should guarantee that a Composite instance with all its children is
> repainted
> immediately. And a if custom widget in the Composite is not repainted this
> means it has a bug?
>