comparison dwt/widgets/ExpandBar.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
46 * @see ExpandListener 46 * @see ExpandListener
47 * @see ExpandAdapter 47 * @see ExpandAdapter
48 * 48 *
49 * @since 3.2 49 * @since 3.2
50 */ 50 */
51 public class ExpandBar extends Composite { 51 public class ExpandBar : Composite {
52 ExpandItem [] items; 52 ExpandItem [] items;
53 int itemCount; 53 int itemCount;
54 ExpandItem focusItem; 54 ExpandItem focusItem;
55 int spacing; 55 int spacing;
56 int yCurrentScroll; 56 int yCurrentScroll;