summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2002-11-29 20:36:51 +0000
committerGrant Gayed <ggayed>2002-11-29 20:36:51 +0000
commit285df6e153db08d5dabe434414d6187070844807 (patch)
tree95a1aa3e1548f9c23947e9ceed38aaded7c988a6 /bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
parent85cb25180f670b2d2beb50f403dc43c067cc2bca (diff)
downloadeclipse.platform.swt-285df6e153db08d5dabe434414d6187070844807.tar.gz
eclipse.platform.swt-285df6e153db08d5dabe434414d6187070844807.tar.xz
eclipse.platform.swt-285df6e153db08d5dabe434414d6187070844807.zip
27411
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
index 713fd23a82..17a164e02d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
@@ -651,6 +651,7 @@ public class OS {
public static final int XmNdropSiteType = malloc ("dropSiteType", 1);
public static final int XmNeditable = malloc ("editable", 1);
public static final int XmNenableThinThickness = malloc ("enableThinThickness", 1);
+ public static final int XmNfillOnSelect = malloc ("fillOnSelect", 1);
public static final int XmNframeChildType = malloc ("frameChildType", 1);
public static final int XmNiconic = malloc ("iconic", 1);
public static final int XmNlabelType = malloc ("labelType", 1);