comparison dwt/custom/ScrolledComposite.d @ 212:ab60f3309436

reverted the char[] to String and use the an alias.
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:12:38 +0200
parents a5afe31f5cdd
children 36f5cb12e1a2
comparison
equal deleted inserted replaced
211:ff59aeb96cac 212:ab60f3309436
22 import dwt.widgets.Event; 22 import dwt.widgets.Event;
23 import dwt.widgets.Layout; 23 import dwt.widgets.Layout;
24 import dwt.widgets.Listener; 24 import dwt.widgets.Listener;
25 import dwt.widgets.ScrollBar; 25 import dwt.widgets.ScrollBar;
26 import dwt.custom.ScrolledCompositeLayout; 26 import dwt.custom.ScrolledCompositeLayout;
27 import dwt.dwthelper.utils;
27 28
28 /** 29 /**
29 * A ScrolledComposite provides scrollbars and will scroll its content when the user 30 * A ScrolledComposite provides scrollbars and will scroll its content when the user
30 * uses the scrollbars. 31 * uses the scrollbars.
31 * 32 *