comparison 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
comparison
equal deleted inserted replaced
239:06a1f6829310 240:ce446666f5a2
130 130
131 /** 131 /**
132 * private, platform-specific data 132 * private, platform-specific data
133 * On Windows, this contains a copy of the DEVMODE struct 133 * On Windows, this contains a copy of the DEVMODE struct
134 * returned from the <code>PrintDialog</code>. 134 * returned from the <code>PrintDialog</code>.
135 * On GTK, this contains a copy of the print_settings and page_setup
136 * returned from the <code>PrintDialog</code>.
137 * On OS X Carbon, this contains a copy of the PrintSettings and PageFormat
138 * returned from the <code>PrintDialog</code>.
135 * This field is not currently used on the X/Window System. 139 * This field is not currently used on the X/Window System.
136 */ 140 */
137 char [] otherData; 141 char [] otherData;
138 142
139 /** 143 /**