comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/events/TraverseEvent.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 f589fc20a5f9
children 536e43f63c81
comparison
equal deleted inserted replaced
48:ddbfe84d86df 49:7a2dd761a8b2
112 * the doit field to <code>true</code> indicates that the traversal 112 * the doit field to <code>true</code> indicates that the traversal
113 * described by the detail field is to be performed. 113 * described by the detail field is to be performed.
114 */ 114 */
115 public int detail; 115 public int detail;
116 116
117 //static final long serialVersionUID = 3257565105301239349L; 117 //static const long serialVersionUID = 3257565105301239349L;
118 118
119 /** 119 /**
120 * Constructs a new instance of this class based on the 120 * Constructs a new instance of this class based on the
121 * information in the given untyped event. 121 * information in the given untyped event.
122 * 122 *