comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/WindowEvent.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
186 * 186 *
187 * @since 3.1 187 * @since 3.1
188 */ 188 */
189 public bool toolBar; 189 public bool toolBar;
190 190
191 static final long serialVersionUID = 3617851997387174969L; 191 static const long serialVersionUID = 3617851997387174969L;
192 192
193 this(Widget w) { 193 this(Widget w) {
194 super(w); 194 super(w);
195 } 195 }
196 196