comparison dwt/graphics/Drawable.d @ 7:e831403a80a9

Add 'cast' to casts
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:30:35 +0200
parents 380af2bdd8e5
children b9226997409c
comparison
equal deleted inserted replaced
6:b903c16b6f48 7:e831403a80a9
12 12
13 import dwt.dwthelper.utils; 13 import dwt.dwthelper.utils;
14 14
15 15
16 /** 16 /**
17 * Implementers of <code>Drawable</code> can have a graphics context (GC) 17 * Implementers of <code>Drawable</code> can have a graphics context cast(GC)
18 * created for them, and then they can be drawn on by sending messages to 18 * created for them, and then they can be drawn on by sending messages to
19 * their associated GC. DWT images, and device objects such as the Display 19 * their associated GC. DWT images, and device objects such as the Display
20 * device and the Printer device, are drawables. 20 * device and the Printer device, are drawables.
21 * <p> 21 * <p>
22 * <b>IMPORTANT:</b> This class is <em>not</em> part of the DWT 22 * <b>IMPORTANT:</b> This class is <em>not</em> part of the DWT