comparison dwt/custom/MovementEvent.d @ 315:349b8c12e243

Sync dwt/custom with dwt-linux
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 16:18:26 +0200
parents fd9c62a2998e
children
comparison
equal deleted inserted replaced
314:0e2b4fed7a0f 315:349b8c12e243
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2008 IBM Corporation and others. 2 * Copyright (c) 2000, 2008 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
10 * Port to the D programming language: 10 * Port to the D programming language:
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module dwt.custom.MovementEvent; 13 module dwt.custom.MovementEvent;
14 14
15 import dwt.dwthelper.utils;
16
15 import dwt.events.TypedEvent; 17 import dwt.events.TypedEvent;
16 import dwt.custom.StyledTextEvent; 18 import dwt.custom.StyledTextEvent;
17 import dwt.dwthelper.utils;
18 19
19 /** 20 /**
20 * This event is sent when a new offset is required based on the current 21 * This event is sent when a new offset is required based on the current
21 * offset and a movement type. 22 * offset and a movement type.
22 * 23 *