summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/readme_swt.html
diff options
context:
space:
mode:
authorCarolyn MacLeod <seven>2001-09-24 16:00:10 +0000
committerCarolyn MacLeod <seven>2001-09-24 16:00:10 +0000
commitd10fa468e89a9a3a26a7fab06bdf3e1ea00b27da (patch)
treeb4175b4b56746b416da11eed76f4ae32a4fde62f /bundles/org.eclipse.swt/readme_swt.html
parent86d403ad2c15b328233f399ad0354bb94fc7dea2 (diff)
downloadeclipse.platform.swt-d10fa468e89a9a3a26a7fab06bdf3e1ea00b27da.tar.gz
eclipse.platform.swt-d10fa468e89a9a3a26a7fab06bdf3e1ea00b27da.tar.xz
eclipse.platform.swt-d10fa468e89a9a3a26a7fab06bdf3e1ea00b27da.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/readme_swt.html')
-rwxr-xr-xbundles/org.eclipse.swt/readme_swt.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/bundles/org.eclipse.swt/readme_swt.html b/bundles/org.eclipse.swt/readme_swt.html
index da2ccbe4c5..90634c73c6 100755
--- a/bundles/org.eclipse.swt/readme_swt.html
+++ b/bundles/org.eclipse.swt/readme_swt.html
@@ -55,7 +55,7 @@ If keyboard accelerators appear to not be working, please check the state of all
<h4>
99.1.5 Printing Support</h4>
-Although printing is not used by Eclipse, SWT provides printing support on Win32 platforms.
+SWT provides printing support on Win32 platforms only.
See org.eclipse.swt.printing for more information.
<h4>
@@ -74,25 +74,25 @@ since Motif accesses the disposed widget within their internal focus change even
Similar but less serious issues exist on Windows such that occasionally an SWT exception can be thrown.
<h4>
-99.1.7 List and ComboBox on Windows NT</h4>
+99.1.8 List and ComboBox on Windows NT</h4>
On Windows NT only, you should avoid creating items in a List or ComboBox with strings longer than 1000 characters.
Doing so may result in a General Protection Fault. This has been fixed in more recent versions of Windows.
-
<h4>
-99.1.8 SWT Example (Standalone) - FileViewer</h4>
+99.1.9 ToolBar on Windows</h4>
-On Motif, drag and drop in File Viewer may cause the X-Server to hang. This is due to a thread synchronization issue in the example.
-This will be fixed in a future release of the FileViewer example.
+On Windows, you must create all tool bars with the FLAT style bit set. If you do not do this,
+the "hot" (rollover) images of <em>all</em> toolbars may display incorrectly.
+This will be fixed in a future release.
<h4>
-99.1.9 SWT Example (Standalone) - Hover Help</h4>
+99.1.10 SWT Example (Standalone) - Hover Help</h4>
On Motif, the tooltips may not appear correctly in all instances. This will be fixed in a future release.
<h4>
-99.1.10 SWT Example (Workbench View) - Paint</h4>
+99.1.11 SWT Example (Workbench View) - Paint</h4>
When the polygon tool is selected and the fill mode is set to Outline or Solid, the filled region may be rendered at the wrong location
in the Canvas. This will be fixed in a future release of the Paint example.