comparison dwt/widgets/Scrollable.d @ 322:96b14a31d9b3

Added missing dwthelper.utils imports. (catched by llvmdc)
author Frank Benoit <benoit@tionex.de>
date Mon, 06 Oct 2008 21:02:12 +0200
parents c0d810de7093
children
comparison
equal deleted inserted replaced
321:ffb904674b52 322:96b14a31d9b3
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.widgets.Scrollable; 13 module dwt.widgets.Scrollable;
14 14
15 import dwt.dwthelper.utils;
15 16
16 import dwt.DWT; 17 import dwt.DWT;
17 import dwt.internal.gtk.OS; 18 import dwt.internal.gtk.OS;
18 import dwt.graphics.Rectangle; 19 import dwt.graphics.Rectangle;
19 import dwt.widgets.Composite; 20 import dwt.widgets.Composite;