comparison dwt/widgets/Control.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children ab8b5765e3d1
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
67 * </p><p> 67 * </p><p>
68 * IMPORTANT: This class is intended to be subclassed <em>only</em> 68 * IMPORTANT: This class is intended to be subclassed <em>only</em>
69 * within the DWT implementation. 69 * within the DWT implementation.
70 * </p> 70 * </p>
71 */ 71 */
72 public abstract class Control extends Widget implements Drawable { 72 public abstract class Control : Widget implements Drawable {
73 /** 73 /**
74 * the handle to the OS resource 74 * the handle to the OS resource
75 * (Warning: This field is platform dependent) 75 * (Warning: This field is platform dependent)
76 * <p> 76 * <p>
77 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT 77 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT