Changeset 246:fd9c62a2998e for dwt/custom/MovementEvent.d
- Timestamp:
- 07/01/08 04:15:59 (6 months ago)
- Files:
-
- dwt/custom/MovementEvent.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/MovementEvent.d
r212 r246 1 1 /******************************************************************************* 2 * Copyright (c) 2000, 200 7IBM Corporation and others.2 * Copyright (c) 2000, 2008 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials 4 4 * are made available under the terms of the Eclipse Public License v1.0 … … 20 20 * This event is sent when a new offset is required based on the current 21 21 * offset and a movement type. 22 * 23 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> 22 24 * 23 25 * @since 3.3 … … 58 60 static final long serialVersionUID = 3978765487853324342L; 59 61 62 /** 63 * Constructs a new instance of this class based on the 64 * information in the given event. 65 * 66 * @param e the event containing the information 67 */ 60 68 public this(StyledTextEvent e) { 61 69 super(cast(Object)e);
