comparison dwt/widgets/DateTime.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
47 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 47 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
48 * </p> 48 * </p>
49 * 49 *
50 * @since 3.3 50 * @since 3.3
51 */ 51 */
52 public class DateTime extends Composite { 52 public class DateTime : Composite {
53 53
54 /** 54 /**
55 * Constructs a new instance of this class given its parent 55 * Constructs a new instance of this class given its parent
56 * and a style value describing its behavior and appearance. 56 * and a style value describing its behavior and appearance.
57 * <p> 57 * <p>