Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2019-09-20 15:16:44 +0000
committerEric Williams2019-09-20 15:20:05 +0000
commit514a9397f42ba9b0efc88f391d02880a6a6f23c9 (patch)
tree916d1a28bcf2fc4d54cfb1e0a22b3f1b38b20aa3
parentd560a2ffbe2bc0fd92175ae38c4f3e6fc0c5adc8 (diff)
downloadnews-514a9397f42ba9b0efc88f391d02880a6a6f23c9.tar.gz
news-514a9397f42ba9b0efc88f391d02880a6a6f23c9.tar.xz
news-514a9397f42ba9b0efc88f391d02880a6a6f23c9.zip
Bug 302918: ToolItem setDisabledImage isn't used
N&N entry for ToolItem.setDisabledImage() implementation. Change-Id: I152adfd4d0a4be0c80c1943261c937c3b9c1d58a Signed-off-by: Eric Williams <ericwill@redhat.com>
-rw-r--r--4.14/images/toolitem-disabled-comparison.pngbin0 -> 5242 bytes
-rw-r--r--4.14/platform_isv.html10
2 files changed, 10 insertions, 0 deletions
diff --git a/4.14/images/toolitem-disabled-comparison.png b/4.14/images/toolitem-disabled-comparison.png
new file mode 100644
index 00000000..06bbe579
--- /dev/null
+++ b/4.14/images/toolitem-disabled-comparison.png
Binary files differ
diff --git a/4.14/platform_isv.html b/4.14/platform_isv.html
index 2a552810..4e2430e7 100644
--- a/4.14/platform_isv.html
+++ b/4.14/platform_isv.html
@@ -87,6 +87,16 @@ assertTrue(DisplayHelper.waitForCondition()display, 1000, () -> some.boolean() &
<tr>
<td id="SWT" class="section" colspan="2"><h2>SWT Changes</h2></td>
</tr>
+ <tr id="toolitem-disabled-image"> <!-- https://bugs.eclipse.org/302918 -->
+ <td class="title">setDisabledImage() now implemented for ToolItems on GTK</td>
+ <td class="content">
+ <code>setDisabledImage()</code> is now fully implemented for SWT-GTK ToolItems, and greatly improves the ability
+ to distinguish a disabled ToolItem from an enabled one.
+ <p>Below is a screenshot comparing the two;
+ the left ToolBar demonstrates the implemented API, whereas the right one does not.</p>
+ <p><img src="images/toolitem-disabled-comparison.png" alt="ToolBar comparison"/></p>
+ </td>
+ </tr>
<!-- *********************** End of SWT *********************** -->
</tbody>

Back to the top