comparison dwt/custom/ViewForm.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 fd9c62a2998e
comparison
equal deleted inserted replaced
211:ff59aeb96cac 212:ab60f3309436
25 import dwt.widgets.Control; 25 import dwt.widgets.Control;
26 import dwt.widgets.Event; 26 import dwt.widgets.Event;
27 import dwt.widgets.Layout; 27 import dwt.widgets.Layout;
28 import dwt.widgets.Listener; 28 import dwt.widgets.Listener;
29 import dwt.custom.ViewFormLayout; 29 import dwt.custom.ViewFormLayout;
30 import dwt.dwthelper.utils;
30 31
31 /** 32 /**
32 * Instances of this class implement a Composite that positions and sizes 33 * Instances of this class implement a Composite that positions and sizes
33 * children and allows programmatic control of layout and border parameters. 34 * children and allows programmatic control of layout and border parameters.
34 * ViewForm is used in the workbench to lay out a view's label/menu/toolbar 35 * ViewForm is used in the workbench to lay out a view's label/menu/toolbar