style support on OSX [message #255636] |
Wed, 07 May 2008 00:19 |
Eclipse User |
|
|
|
Originally posted by: leknarf.pacbell.net
Does a master list exist that outlines the styles supported for different
widgets by OS?
I'm new to SWT, Java, & Eclipse and would like to know if I'm making an
error in my code, or if the specific styles I'm trying to access aren't
supported. eg:
neither
final Label statusMessagesLabel = new Label(appComposite, SWT.SHADOW_IN |
SWT.BORDER);
nor
final ToolBar toolBar = new ToolBar(shell, SWT.SHADOW_OUT | SWT.BORDER);
draw with any kind of borders, outlines, or shadows.
This is with:
Eclipse 3.3.1.1
org.eclipse.swt.carbon.macosx_3.3.2.v3347a.jar
Thanks in advance -
Scott
|
|
|
Powered by
FUDForum. Page generated in 0.12362 seconds