comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/TextChangingEvent.d @ 49:7a2dd761a8b2

more work until dmd 2.026 linux segfaults.
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:59:54 +0100
parents f713da8bc051
children
comparison
equal deleted inserted replaced
48:ddbfe84d86df 49:7a2dd761a8b2
50 /** 50 /**
51 * Number of new lines that are going to be inserted 51 * Number of new lines that are going to be inserted
52 */ 52 */
53 public int newLineCount; 53 public int newLineCount;
54 54
55 static final long serialVersionUID = 3257290210114352439L; 55 static const long serialVersionUID = 3257290210114352439L;
56 56
57 /** 57 /**
58 * Create the TextChangedEvent to be used by the StyledTextContent implementor. 58 * Create the TextChangedEvent to be used by the StyledTextContent implementor.
59 * <p> 59 * <p>
60 * 60 *