summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Printing
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 Printing
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 Printing')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
index d4b2ecb896..12172fd129 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
@@ -39,6 +39,12 @@ public final class Printer extends Device {
/**
* the handle to the printer DC
* (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 handle;