comparison dwt/custom/StyledTextPrintOptions.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
93 * 93 *
94 * @since 3.3 94 * @since 3.3
95 */ 95 */
96 public bool printLineNumbers = false; 96 public bool printLineNumbers = false;
97 97
98 /**
99 * Labels used for printing line numbers.
100 *
101 * @since 3.4
102 */
103 public String[] lineLabels = null;
98 104
99 } 105 }