comparison dwt/events/PaintEvent.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
21 * visible areas of controls requiring re-painting. 21 * visible areas of controls requiring re-painting.
22 * 22 *
23 * @see PaintListener 23 * @see PaintListener
24 */ 24 */
25 25
26 public final class PaintEvent extends TypedEvent { 26 public final class PaintEvent : TypedEvent {
27 27
28 /** 28 /**
29 * the graphics context to use when painting 29 * the graphics context to use when painting
30 * that is configured to use the colors, font and 30 * that is configured to use the colors, font and
31 * damaged region of the control. It is valid 31 * damaged region of the control. It is valid