Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2005-03-29 03:42:00 +0000
committerSilenio Quarti2005-03-29 03:42:00 +0000
commit92aa39a7c661912159670308090c487174ede5f7 (patch)
tree047890d6a36891bf260644c204ed56bafb6bb65d
parent2e4c8c8514e0653f5570876871b93fda6fe4932b (diff)
downloadeclipse.platform.swt-92aa39a7c661912159670308090c487174ede5f7.tar.gz
eclipse.platform.swt-92aa39a7c661912159670308090c487174ede5f7.tar.xz
eclipse.platform.swt-92aa39a7c661912159670308090c487174ede5f7.zip
83472v3128a
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
index 1938e9f718..ac314bc433 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
@@ -21,7 +21,7 @@ import org.eclipse.swt.graphics.*;
* of containing other controls.
* <dl>
* <dt><b>Styles:</b></dt>
- * <dd>NO_BACKGROUND, NO_FOCUS, NO_MERGE_PAINTS, NO_REDRAW_RESIZE, NO_RADIO_GROUP, EMBEDDED</dd>
+ * <dd>NO_BACKGROUND, NO_FOCUS, NO_MERGE_PAINTS, NO_REDRAW_RESIZE, NO_RADIO_GROUP, EMBEDDED, DOUBLE_BUFFERED</dd>
* <dt><b>Events:</b></dt>
* <dd>(none)</dd>
* </dl>

Back to the top