comparison dwt/graphics/Drawable.d @ 33:27324bbbac70

changed to regenerated BCD bindings
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Jan 2008 02:18:07 +0100
parents b73b14942338
children 295b29fc7d13
comparison
equal deleted inserted replaced
32:b7c28480e3e0 33:27324bbbac70
10 *******************************************************************************/ 10 *******************************************************************************/
11 module dwt.graphics.Drawable; 11 module dwt.graphics.Drawable;
12 12
13 13
14 import dwt.graphics.GCData; 14 import dwt.graphics.GCData;
15 import dwt.internal.gtk.c.gtktypes; 15 import dwt.internal.gtk.OS;
16 16
17 /** 17 /**
18 * Implementers of <code>Drawable</code> can have a graphics context (GC) 18 * Implementers of <code>Drawable</code> can have a graphics context (GC)
19 * created for them, and then they can be drawn on by sending messages to 19 * created for them, and then they can be drawn on by sending messages to
20 * their associated GC. SWT images, and device objects such as the Display 20 * their associated GC. SWT images, and device objects such as the Display