comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/events/SelectionEvent.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
101 * Setting this field to <code>false</code> will cancel the 101 * Setting this field to <code>false</code> will cancel the
102 * operation, depending on the widget. 102 * operation, depending on the widget.
103 */ 103 */
104 public bool doit; 104 public bool doit;
105 105
106 //static final long serialVersionUID = 3976735856884987953L; 106 //static const long serialVersionUID = 3976735856884987953L;
107 107
108 /** 108 /**
109 * Constructs a new instance of this class based on the 109 * Constructs a new instance of this class based on the
110 * information in the given untyped event. 110 * information in the given untyped event.
111 * 111 *