comparison dwt/widgets/TreeColumn.d @ 89:8e3c85e1733d

Ported dwt.widgets.TreeItem
author Jacob Carlborg <doob@me.com>
date Tue, 30 Dec 2008 17:01:10 +0100
parents 6c56264306a6
children c7f7f4d7091a
comparison
equal deleted inserted replaced
88:6c56264306a6 89:8e3c85e1733d
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *
11 * Port to the D programming language:
12 * Jacob Carlborg <doob@me.com>
10 *******************************************************************************/ 13 *******************************************************************************/
11 module dwt.widgets.TreeColumn; 14 module dwt.widgets.TreeColumn;
12 15
13 import dwt.dwthelper.utils; 16 import dwt.dwthelper.utils;
14 17