comparison dwt/effects/Effect.d @ 126:38807a925e24

Fixed compile errors, support for SWT language files
author Jacob Carlborg <doob@me.com>
date Fri, 16 Jan 2009 23:35:40 +0100
parents 1a8b3cb347e0
children
comparison
equal deleted inserted replaced
125:5583f8eeee6c 126:38807a925e24
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
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *
11 * Port to the D programming language:
12 * Jacob Carlborg <doob@me.com>
10 *******************************************************************************/ 13 *******************************************************************************/
11 module dwt.effects; 14 module dwt.effects.Effect;
12 15
13 import dwt.dwthelper.utils; 16 import dwt.dwthelper.utils;
14 17
15 /** 18 /**
16 * WARNING: THIS API IS UNDER CONSTRUCTION AND SHOULD NOT BE USED 19 * WARNING: THIS API IS UNDER CONSTRUCTION AND SHOULD NOT BE USED