comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/ExtendedModifyEvent.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
28 /** length of the new text */ 28 /** length of the new text */
29 public int length; 29 public int length;
30 /** replaced text or empty string if no text was replaced */ 30 /** replaced text or empty string if no text was replaced */
31 public String replacedText; 31 public String replacedText;
32 32
33 static final long serialVersionUID = 3258696507027830832L; 33 static const long serialVersionUID = 3258696507027830832L;
34 34
35 /** 35 /**
36 * Constructs a new instance of this class based on the 36 * Constructs a new instance of this class based on the
37 * information in the given event. 37 * information in the given event.
38 * 38 *