Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Wilson2001-09-20 15:09:12 +0000
committerMike Wilson2001-09-20 15:09:12 +0000
commit7f6c3b1bcbbeda0d4d5d98a23a53e76c63637ece (patch)
tree614aa30cf7ffbad55820fae8a10d8b8cead25dce /bundles
parent828b7a706336172b68286e14930c61f113b23e64 (diff)
downloadeclipse.platform.swt-7f6c3b1bcbbeda0d4d5d98a23a53e76c63637ece.tar.gz
eclipse.platform.swt-7f6c3b1bcbbeda0d4d5d98a23a53e76c63637ece.tar.xz
eclipse.platform.swt-7f6c3b1bcbbeda0d4d5d98a23a53e76c63637ece.zip
added comment about lack of "&" support in TabFolder.v1_0_136b
Diffstat (limited to 'bundles')
-rwxr-xr-xbundles/org.eclipse.swt/readme_swt.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/readme_swt.html b/bundles/org.eclipse.swt/readme_swt.html
index 40ea676c5d..39441cc83d 100755
--- a/bundles/org.eclipse.swt/readme_swt.html
+++ b/bundles/org.eclipse.swt/readme_swt.html
@@ -96,6 +96,14 @@ reversed. That is, the "mask" argument should be the source image and the "sourc
mask image. This problem was discovered too late in the development cycle to be fixed for R1.0. The intent is to
fix this in a future release, potentially by introducing a new more general constructor.
+<h4>
+99.1.8 Use of the "&" character in TabFolder</h4>
+
+The "&" character is not currently supported in TabFolder labels. Doing so on win32, will cause the
+character which follows the "&" to be underlined as if it was a mnemonic, even though mnemonics are
+not available for TabFolders. On other platforms, the "&" character will be displayed correctly, but
+for portability reasons, it should be avoided.
+
<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" BORDER=0 height=12 width=195></a>
</body>
</html>

Back to the top