comparison dwt/custom/CCombo.d @ 128:07399639c0c8

Added DWT extension to dwt.widgets.MessageBox
author Jacob Carlborg <doob@me.com>
date Sat, 17 Jan 2009 16:26:49 +0100
parents 63a09873578e
children 3d4579727e0e
comparison
equal deleted inserted replaced
127:8086e7b181a3 128:07399639c0c8
48 import dwt.widgets.Widget; 48 import dwt.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; 52 static import tango.text.convert.Format;
53
53 import dwt.dwthelper.utils; 54 import dwt.dwthelper.utils;
54 import dwt.dwthelper.Runnable;
55 55
56 /** 56 /**
57 * The CCombo class represents a selectable user interface object 57 * The CCombo class represents a selectable user interface object
58 * that combines a text field and a list and issues notification 58 * that combines a text field and a list and issues notification
59 * when an item is selected from the list. 59 * when an item is selected from the list.