comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/MovementEvent.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 f713da8bc051
children
comparison
equal deleted inserted replaced
48:ddbfe84d86df 49:7a2dd761a8b2
56 * @see org.eclipse.swt.SWT#MOVEMENT_CHAR 56 * @see org.eclipse.swt.SWT#MOVEMENT_CHAR
57 * @see org.eclipse.swt.SWT#MOVEMENT_CLUSTER 57 * @see org.eclipse.swt.SWT#MOVEMENT_CLUSTER
58 */ 58 */
59 public int movement; 59 public int movement;
60 60
61 static final long serialVersionUID = 3978765487853324342L; 61 static const long serialVersionUID = 3978765487853324342L;
62 62
63 /** 63 /**
64 * Constructs a new instance of this class based on the 64 * Constructs a new instance of this class based on the
65 * information in the given event. 65 * information in the given event.
66 * 66 *