comparison dwt/printing/PrinterData.d @ 213:36f5cb12e1a2

Update to SWT 3.4M7
author Frank Benoit <benoit@tionex.de>
date Sat, 17 May 2008 17:34:28 +0200
parents ab60f3309436
children fd9c62a2998e
comparison
equal deleted inserted replaced
212:ab60f3309436 213:36f5cb12e1a2
128 128
129 /** 129 /**
130 * private, platform-specific data 130 * private, platform-specific data
131 * On Windows, this contains a copy of the DEVMODE struct 131 * On Windows, this contains a copy of the DEVMODE struct
132 * returned from the <code>PrintDialog</code>. 132 * returned from the <code>PrintDialog</code>.
133 * On GTK, this contains a copy of the print_settings and page_setup
134 * returned from the <code>PrintDialog</code>.
135 * On OS X Carbon, this contains a copy of the PrintSettings and PageFormat
136 * returned from the <code>PrintDialog</code>.
133 * This field is not currently used on the X/Window System. 137 * This field is not currently used on the X/Window System.
134 */ 138 */
135 byte [] otherData; 139 byte [] otherData;
136 140
137 /** 141 /**