[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [platform-swt-dev] Nonvisible widgets
|
- From: Manuel Nogales <mnogales@xxxxxxxxxxxxx>
- Date: Wed, 1 Feb 2006 09:07:36 +0100
- Delivered-to: platform-swt-dev@eclipse.org
- User-agent: KMail/1.6.2
El Martes, 31 de Enero de 2006 20:59, Cory Horner escribió:
> I just spent a few days debugging this... (on the good side, my code is
> much cleaner now).
Thanks for your work.
>
> Is there a bug entry for this issue? Specifically:
I have created it right now, bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=125984
>
> Composite composite = new Composite(parent, SWT.CENTER);
>
> win32 ignores SWT.CENTER and does draw the control.
> gtk does NOT draw the control.
>
> Thanks again,
> Cory.