comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/events/KeyEvent.d @ 38:2e09b0e6857a

work on phobosfication
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 11:18:25 +0100
parents 6bf2837c50fe
children 536e43f63c81
comparison
equal deleted inserted replaced
37:46c5f8f56b41 38:2e09b0e6857a
76 * A flag indicating whether the operation should be allowed. 76 * A flag indicating whether the operation should be allowed.
77 * Setting this field to <code>false</code> will cancel the operation. 77 * Setting this field to <code>false</code> will cancel the operation.
78 */ 78 */
79 public bool doit; 79 public bool doit;
80 80
81 static final long serialVersionUID = 3256442491011412789L; 81 static const long serialVersionUID = 3256442491011412789L;
82 82
83 /** 83 /**
84 * Constructs a new instance of this class based on the 84 * Constructs a new instance of this class based on the
85 * information in the given untyped event. 85 * information in the given untyped event.
86 * 86 *