Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Wilson2001-09-19 13:59:02 +0000
committerMike Wilson2001-09-19 13:59:02 +0000
commit3007d3b5bfdcabce2ec0d368f882619800f2095f (patch)
treebe13c23ac574e4a1b6f527e452780596a0d42713 /bundles
parent02b44bd8947e69ebd0d788fd22dc4d0548eacc66 (diff)
downloadeclipse.platform.swt-3007d3b5bfdcabce2ec0d368f882619800f2095f.tar.gz
eclipse.platform.swt-3007d3b5bfdcabce2ec0d368f882619800f2095f.tar.xz
eclipse.platform.swt-3007d3b5bfdcabce2ec0d368f882619800f2095f.zip
added comment about cursor constructor
Diffstat (limited to 'bundles')
-rwxr-xr-xbundles/org.eclipse.swt/readme_swt.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/readme_swt.html b/bundles/org.eclipse.swt/readme_swt.html
index e25e9e1a7e..40ea676c5d 100755
--- a/bundles/org.eclipse.swt/readme_swt.html
+++ b/bundles/org.eclipse.swt/readme_swt.html
@@ -87,6 +87,15 @@ The StyledText widget now provides bidirectional language support for Hebrew and
Currently, this support is available only on win32, and has several known problems. It should be
considered to be a preliminary implementation only.
+<h4>
+99.1.8 Cursor constructor arguments</h4>
+
+In the constructor <code>Cursor(Device device, ImageData source, ImageData mask, int hotspotX, int hotspotY)</code>,
+when both a source and mask argument are specified (i.e. mask is not null), the meaning of the two arguments is
+reversed. That is, the "mask" argument should be the source image and the "source" argument should be the
+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.
+
<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" BORDER=0 height=12 width=195></a>
</body>
</html>

Back to the top