summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2008-07-09 21:24:58 +0000
committerSteve Northover <steve>2008-07-09 21:24:58 +0000
commit2f3306007d29777db290a6975e29af0f1d10160b (patch)
tree4386a2ae80e032b93032c3ac3461a31b43e36c78
parent1f4e6bd3a245cad1d789eff2863f9df96242bd16 (diff)
downloadeclipse.platform.swt-2f3306007d29777db290a6975e29af0f1d10160b.tar.gz
eclipse.platform.swt-2f3306007d29777db290a6975e29af0f1d10160b.tar.xz
eclipse.platform.swt-2f3306007d29777db290a6975e29af0f1d10160b.zip
84552 - The image of a checked action in a menu of a pulldown action is not displayed (NOTE: Javadoc only was changed)
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
index 1a8de331a1..a01001a927 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
@@ -717,6 +717,9 @@ public void setEnabled (boolean enabled) {
* <p>
* Note: This operation is a hint and is not supported on
* platforms that do not have this concept (for example, Windows NT).
+ * Furthermore, some platforms (such as GTK), cannot display both
+ * a check box and an image at the same time. Instead, they hide
+ * the image and display the check box.
* </p>
*
* @param image the image to display