On gtk and motif, why are some widgets hidden when they are visible on Windows or the Macintosh?
The SWT.CENTER, although undefined for composites, has the same value as SWT.EMBEDDED 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. Do not use the SWT.CENTER style when creating a composite.