comparison dwt/widgets/Combo.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
68 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 68 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
69 * </p> 69 * </p>
70 * 70 *
71 * @see List 71 * @see List
72 */ 72 */
73 public class Combo extends Composite { 73 public class Combo : Composite {
74 int textLimit = LIMIT; 74 int textLimit = LIMIT;
75 75
76 /** 76 /**
77 * the operating system limit for the number of characters 77 * the operating system limit for the number of characters
78 * that the text field in an instance of this class can hold 78 * that the text field in an instance of this class can hold