Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Ufimtsev2017-03-07 20:40:22 +0000
committerLeo Ufimtsev2017-03-07 20:40:22 +0000
commitef7b72911a87f60e9ebc5e2bda9161fabad88124 (patch)
tree7558be0c7437429ec698fd230c2a82d33c55c91f /bundles/org.eclipse.swt/Eclipse SWT/cocoa
parent237eeefc079309eef7ef4829a65dcdd37d411298 (diff)
downloadeclipse.platform.swt-ef7b72911a87f60e9ebc5e2bda9161fabad88124.tar.gz
eclipse.platform.swt-ef7b72911a87f60e9ebc5e2bda9161fabad88124.tar.xz
eclipse.platform.swt-ef7b72911a87f60e9ebc5e2bda9161fabad88124.zip
Bug 512720 - Adjust Javadoc for re-parenting of Controls
Adding JavaDoc for win32/Cocoa's function. (missed in first patch). Change-Id: I34770e5d5bd52eefb6eff20edb5e30d30d7bafbc Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/cocoa')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
index 0c7016f3ff..9901fe50e5 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
@@ -4076,8 +4076,7 @@ public void setOrientation (int orientation) {
}
/**
- * Changes the parent of the widget to be the one provided if
- * the underlying operating system supports this feature.
+ * Changes the parent of the widget to be the one provided.
* Returns <code>true</code> if the parent is successfully changed.
*
* @param parent the new parent for the control.

Back to the top