summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2004-12-16 20:43:53 +0000
committerCarolyn MacLeod <carolyn>2004-12-16 20:43:53 +0000
commit55e668efe1a84d44a2ad4a97b44464cfedc32a06 (patch)
treeafea2f66675929e5b951e6f6c142f6b053830a60 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java
parent1c0f42ba54b24f6173a0bbfe557b631e9a2fdc90 (diff)
downloadeclipse.platform.swt-55e668efe1a84d44a2ad4a97b44464cfedc32a06.tar.gz
eclipse.platform.swt-55e668efe1a84d44a2ad4a97b44464cfedc32a06.tar.xz
eclipse.platform.swt-55e668efe1a84d44a2ad4a97b44464cfedc32a06.zip
80975
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java
index 5eb5820615..18763e5a92 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java
@@ -42,6 +42,12 @@ public final class Cursor {
/**
* the handle to the OS cursor resource
* (Warning: This field is platform dependent)
+ * <p>
+ * <b>IMPORTANT:</b> This field is <em>not</em> part of the SWT
+ * public API. It is marked public only so that it can be shared
+ * within the packages provided by SWT. It is not available on all
+ * platforms and should never be accessed from application code.
+ * </p>
*/
public int /*long*/ handle;