comparison mde/gui/widget/Ifaces.d @ 77:3dfd934100f7

Continuing widget data changes started in last commit: all previous widgets work again now (but lacking saving).
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 29 Jul 2008 17:11:22 +0100
parents 65780e0e48e6
children 79a1809421aa
comparison
equal deleted inserted replaced
76:65780e0e48e6 77:3dfd934100f7
266 * Conversion code to/from MT tags is contained in the addTag and writeAll methods of 266 * Conversion code to/from MT tags is contained in the addTag and writeAll methods of
267 * WidgetDataSet and WidgetDataChanges. 267 * WidgetDataSet and WidgetDataChanges.
268 *************************************************************************************************/ 268 *************************************************************************************************/
269 struct WidgetData 269 struct WidgetData
270 { 270 {
271 int[] ints; // An array of integer data 271 int[] ints;
272 char[] str; // One string 272 char[][] strings;
273 } 273 }