summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2006-03-17 22:44:15 +0000
committerSteve Northover <steve>2006-03-17 22:44:15 +0000
commitaf8fb61be19047d47b0499fc7bdc385c923f5514 (patch)
treeb6213d5e14e14058f4afc655b808d09806bf08ce
parent75a73077a9ee0523fa37e6b3f35e37db1a3f5eb2 (diff)
downloadeclipse.platform.swt-af8fb61be19047d47b0499fc7bdc385c923f5514.tar.gz
eclipse.platform.swt-af8fb61be19047d47b0499fc7bdc385c923f5514.tar.xz
eclipse.platform.swt-af8fb61be19047d47b0499fc7bdc385c923f5514.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java8
1 files changed, 8 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 b792a85512..d8a9991869 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
@@ -1384,6 +1384,14 @@ public class SWT {
* @since 3.2
*/
public static final int BACKGROUND = 1 << 3;
+
+ /**
+ * Event detail field that indicates a user-interface component
+ * draws the foreground (value is 1&lt;&lt;4).
+ *
+ * @since 3.2
+ */
+ public static final int FOREGROUND = 1 << 4;
/* This code is intentionally commented */
//public static final int PRESSED = 1 << 3;