comparison dwt/custom/LineStyleEvent.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.LineStyleEvent; 13 module dwt.custom.LineStyleEvent;
14 14
15 import dwt.dwthelper.utils;
16
15 import dwt.events.TypedEvent; 17 import dwt.events.TypedEvent;
16 import dwt.custom.StyleRange; 18 import dwt.custom.StyleRange;
17 import dwt.custom.Bullet; 19 import dwt.custom.Bullet;
18 import dwt.custom.StyledTextEvent; 20 import dwt.custom.StyledTextEvent;
19 import dwt.dwthelper.utils;
20 21
21 /** 22 /**
22 * This event is sent when a line is about to be drawn. 23 * This event is sent when a line is about to be drawn.
23 * 24 *
24 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> 25 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>