comparison dwtx/ui/internal/forms/widgets/ControlSegment.d @ 104:04b47443bb01

Reworked the collection uses to make use of a wrapper collection that is compatible to the Java Collections. These new wrappers now use the tango.util.containers instead of the tango.util.collections.
author Frank Benoit <benoit@tionex.de>
date Thu, 07 Aug 2008 15:01:33 +0200
parents 0953c252a764
children
comparison
equal deleted inserted replaced
103:2d6540440fe6 104:04b47443bb01
24 import dwt.widgets.Canvas; 24 import dwt.widgets.Canvas;
25 import dwt.widgets.Composite; 25 import dwt.widgets.Composite;
26 import dwt.widgets.Control; 26 import dwt.widgets.Control;
27 27
28 import dwt.dwthelper.utils; 28 import dwt.dwthelper.utils;
29 import dwtx.dwtxhelper.Collection;
29 30
30 public class ControlSegment : ObjectSegment, IFocusSelectable { 31 public class ControlSegment : ObjectSegment, IFocusSelectable {
31 32
32 33
33 private bool fill; 34 private bool fill;