comparison dwt/custom/Bullet.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.Bullet; 13 module dwt.custom.Bullet;
14 14
15 import dwt.dwthelper.utils;
16
15 import dwt.DWT; 17 import dwt.DWT;
16 import dwt.custom.StyleRange; 18 import dwt.custom.StyleRange;
17 import dwt.custom.ST; 19 import dwt.custom.ST;
18 import dwt.dwthelper.System; 20 import dwt.dwthelper.System;
19 import dwt.dwthelper.utils;
20 21
21 /** 22 /**
22 * Instances of this class represent bullets in the <code>StyledText</code>. 23 * Instances of this class represent bullets in the <code>StyledText</code>.
23 * <p> 24 * <p>
24 * The hashCode() method in this class uses the values of the public 25 * The hashCode() method in this class uses the values of the public