comparison dwt/printing/PrintDialog.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
27 * <p> 27 * <p>
28 * IMPORTANT: This class is intended to be subclassed <em>only</em> 28 * IMPORTANT: This class is intended to be subclassed <em>only</em>
29 * within the DWT implementation. 29 * within the DWT implementation.
30 * </p> 30 * </p>
31 */ 31 */
32 public class PrintDialog extends Dialog { 32 public class PrintDialog : Dialog {
33 PrinterData printerData; 33 PrinterData printerData;
34 int scope = PrinterData.ALL_PAGES; 34 int scope = PrinterData.ALL_PAGES;
35 int startPage = 1, endPage = 1; 35 int startPage = 1, endPage = 1;
36 bool printToFile = false; 36 bool printToFile = false;
37 37