comparison examples/texteditor/Images.d @ 144:7248e4c09c4f

Fix: make TextEditor not using the tango.util.collection
author Frank Benoit <benoit@tionex.de>
date Thu, 07 Aug 2008 23:04:04 +0200
parents 8a1930f94cbb
children
comparison
equal deleted inserted replaced
143:42c3056512ba 144:7248e4c09c4f
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Port to the D programming language: 10 * Port to the D programming language:
11 * Thomas Graber <d4rkdragon@gmail.com> 11 * Thomas Graber <d4rkdragon@gmail.com>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module examples.texteditor.Images; 13 module texteditor.Images;
14 14
15 import dwt.dwthelper.InputStream; 15 import dwt.dwthelper.InputStream;
16 16
17 import dwt.graphics.Image; 17 import dwt.graphics.Image;
18 import dwt.graphics.ImageData; 18 import dwt.graphics.ImageData;