comparison dwt/custom/BidiSegmentEvent.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.BidiSegmentEvent; 13 module dwt.custom.BidiSegmentEvent;
14 14
15 import dwt.dwthelper.utils;
16
15 17
16 import dwt.events.TypedEvent; 18 import dwt.events.TypedEvent;
17 import dwt.custom.StyledTextEvent; 19 import dwt.custom.StyledTextEvent;
18 import dwt.dwthelper.utils;
19 20
20 /** 21 /**
21 * This event is sent to BidiSegmentListeners when a line is to 22 * This event is sent to BidiSegmentListeners when a line is to
22 * be measured or rendered in a bidi locale. The segments field is 23 * be measured or rendered in a bidi locale. The segments field is
23 * used to specify text ranges in the line that should be treated as 24 * used to specify text ranges in the line that should be treated as