diff dwt/printing/PrinterData.d @ 240:ce446666f5a2

Update to SWT 3.4M7
author Frank Benoit <benoit@tionex.de>
date Mon, 12 May 2008 19:13:01 +0200
parents 380bad9f6852
children c0d810de7093
line wrap: on
line diff
--- a/dwt/printing/PrinterData.d	Mon May 12 15:36:37 2008 +0200
+++ b/dwt/printing/PrinterData.d	Mon May 12 19:13:01 2008 +0200
@@ -132,6 +132,10 @@
      * private, platform-specific data
      * On Windows, this contains a copy of the DEVMODE struct
      * returned from the <code>PrintDialog</code>.
+     * On GTK, this contains a copy of the print_settings and page_setup
+     * returned from the <code>PrintDialog</code>.
+     * On OS X Carbon, this contains a copy of the PrintSettings and PageFormat
+     * returned from the <code>PrintDialog</code>.
      * This field is not currently used on the X/Window System.
      */
     char [] otherData;