comparison dwt/custom/TreeEditor.d @ 315:349b8c12e243

Sync dwt/custom with dwt-linux
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 16:18:26 +0200
parents fd9c62a2998e
children
comparison
equal deleted inserted replaced
314:0e2b4fed7a0f 315:349b8c12e243
10 * Port to the D programming language: 10 * Port to the D programming language:
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module dwt.custom.TreeEditor; 13 module dwt.custom.TreeEditor;
14 14
15 import dwt.dwthelper.utils;
15 16
16 17
17 import dwt.DWT; 18 import dwt.DWT;
18 import dwt.events.ControlEvent; 19 import dwt.events.ControlEvent;
19 import dwt.events.ControlListener; 20 import dwt.events.ControlListener;
25 import dwt.widgets.Tree; 26 import dwt.widgets.Tree;
26 import dwt.widgets.TreeColumn; 27 import dwt.widgets.TreeColumn;
27 import dwt.widgets.TreeItem; 28 import dwt.widgets.TreeItem;
28 import dwt.custom.ControlEditor; 29 import dwt.custom.ControlEditor;
29 import dwt.dwthelper.Runnable; 30 import dwt.dwthelper.Runnable;
30
31 import dwt.dwthelper.utils;
32 31
33 /** 32 /**
34 * 33 *
35 * A TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the 34 * A TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the
36 * moving and resizing of that cell. It can be used to display a text widget above a cell 35 * moving and resizing of that cell. It can be used to display a text widget above a cell