comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/CCombo.d @ 26:f589fc20a5f9

work on linux phobos
author Frank Benoit <benoit@tionex.de>
date Sat, 21 Mar 2009 11:22:55 +0100
parents f713da8bc051
children ddbfe84d86df
comparison
equal deleted inserted replaced
25:f713da8bc051 26:f589fc20a5f9
47 import org.eclipse.swt.widgets.TypedListener; 47 import org.eclipse.swt.widgets.TypedListener;
48 import org.eclipse.swt.widgets.Widget; 48 import org.eclipse.swt.widgets.Widget;
49 49
50 static import tango.text.convert.Utf; 50 static import tango.text.convert.Utf;
51 static import tango.text.Unicode; 51 static import tango.text.Unicode;
52 static import tango.text.convert.Format;
53 import java.lang.all; 52 import java.lang.all;
54 53
55 /** 54 /**
56 * The CCombo class represents a selectable user interface object 55 * The CCombo class represents a selectable user interface object
57 * that combines a text field and a list and issues notification 56 * that combines a text field and a list and issues notification