comparison dwt/custom/ControlEditor.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.ControlEditor; 13 module dwt.custom.ControlEditor;
14 14
15 15 import dwt.dwthelper.utils;
16 16
17 import dwt.DWT; 17 import dwt.DWT;
18 import dwt.graphics.Rectangle; 18 import dwt.graphics.Rectangle;
19 import dwt.widgets.Composite; 19 import dwt.widgets.Composite;
20 import dwt.widgets.Control; 20 import dwt.widgets.Control;
21 import dwt.widgets.Event; 21 import dwt.widgets.Event;
22 import dwt.widgets.Listener; 22 import dwt.widgets.Listener;
23 import dwt.widgets.ScrollBar; 23 import dwt.widgets.ScrollBar;
24 import dwt.dwthelper.utils;
25 24
26 /** 25 /**
27 * 26 *
28 * A ControlEditor is a manager for a Control that appears above a composite and tracks with the 27 * A ControlEditor is a manager for a Control that appears above a composite and tracks with the
29 * moving and resizing of that composite. It can be used to display one control above 28 * moving and resizing of that composite. It can be used to display one control above