Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Nonvisible widgets

The bug has marked as a duplicate of 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=103719

from the comments:

"Fixed > 20050714

Note: The <code>CENTER</code> style, although undefined for composites, has 
the same value as <code>EMBEDDED</code> (which is used to embed widgets from 
other widget toolkits into SWT).  On some operating systems (GTK, Motif), this 
may cause the children of this compostite to be obscured.  The 
<code>EMBEDDED</code> style is for used by other widget toolkits and should 
normally never be used."



El Miércoles, 1 de Febrero de 2006 09:07, Manuel Nogales escribió:
> 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.
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top