summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets
diff options
context:
space:
mode:
authorCarolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>2012-06-05 15:11:57 -0400
committerCarolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>2012-06-05 15:11:57 -0400
commitf037ccfbac1b9b0d98325567696ff0d7b8e9cadc (patch)
tree0e991f90859f521bc91aad5806798c0785dea08f /bundles/org.eclipse.swt/Eclipse SWT Custom Widgets
parent75c041e8fed50729b23611e05aad5f5a2a85c706 (diff)
downloadeclipse.platform.swt-f037ccfbac1b9b0d98325567696ff0d7b8e9cadc.tar.gz
eclipse.platform.swt-f037ccfbac1b9b0d98325567696ff0d7b8e9cadc.tar.xz
eclipse.platform.swt-f037ccfbac1b9b0d98325567696ff0d7b8e9cadc.zip
Bug 378264 - Update CTabFolder JavaDoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Custom Widgets')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
index cdea83bc24..1f0716f728 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
@@ -3390,10 +3390,12 @@ public void setTopRight(Control control) {
* right of the folder and it will have its default size. <code>SWT.FILL</code>
* will size the control to fill all the available space to the right of the
* last tab. If there is no available space, the control will not be visible.
+ * <code>SWT.RIGHT | SWT.WRAP</code> will allow the control to wrap below the
+ * tabs if there is not enough available space to the right of the last tab.
* </p>
*
* @param control the control to be displayed in the top right corner or null
- * @param alignment <code>SWT.RIGHT</code> or <code>SWT.FILL</code>
+ * @param alignment <code>SWT.RIGHT</code> or <code>SWT.FILL</code> or <code>SWT.RIGHT | SWT.WRAP</code>
*
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>