summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2011-02-03 19:28:33 +0000
committerCarolyn MacLeod <carolyn>2011-02-03 19:28:33 +0000
commit0293729274c89c29bb031d302c05521e3cfc959f (patch)
treee42c0c6ab31d92157528f6e056275f1a3eeefeb6
parentdf61f40633a365af9813cad5cd26654bf724165c (diff)
downloadeclipse.platform.swt-0293729274c89c29bb031d302c05521e3cfc959f.tar.gz
eclipse.platform.swt-0293729274c89c29bb031d302c05521e3cfc959f.tar.xz
eclipse.platform.swt-0293729274c89c29bb031d302c05521e3cfc959f.zip
javadoc: SIMPLE style is a HINT (ignored by Combo on Mac and GTK)
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
index 87983db4a5..b3c2beee4b 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
@@ -1237,6 +1237,7 @@ public class SWT {
/**
* Style constant for simple (not drop down) behavior (value is 1&lt;&lt;6).
+ * <br>Note that this is a <em>HINT</em>.
* <p><b>Used By:</b><ul>
* <li><code>Combo</code></li>
* </ul></p>