comparison dwt/widgets/ColorDialog.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
36 * <p> 36 * <p>
37 * IMPORTANT: This class is intended to be subclassed <em>only</em> 37 * IMPORTANT: This class is intended to be subclassed <em>only</em>
38 * within the DWT implementation. 38 * within the DWT implementation.
39 * </p> 39 * </p>
40 */ 40 */
41 public class ColorDialog extends Dialog { 41 public class ColorDialog : Dialog {
42 RGB rgb; 42 RGB rgb;
43 43
44 /** 44 /**
45 * Constructs a new instance of this class given only its parent. 45 * Constructs a new instance of this class given only its parent.
46 * 46 *