comparison mde/gui/widget/contentFunctions.d @ 174:3d58adc17d20

Temporary commit to allow backup
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 31 Aug 2009 13:54:23 +0200
parents e45226d3deae
children
comparison
equal deleted inserted replaced
173:a1ba9157510e 174:3d58adc17d20
25 import mde.gui.widget.ParentContent; 25 import mde.gui.widget.ParentContent;
26 import mde.gui.widget.miscContent; 26 import mde.gui.widget.miscContent;
27 27
28 import mde.content.AStringContent; 28 import mde.content.AStringContent;
29 import mde.content.miscContent; 29 import mde.content.miscContent;
30
30 31
31 /****************************************************************************** 32 /******************************************************************************
32 * A function which uses Items.get (data.strings[0]) to get a content and 33 * A function which uses Items.get (data.strings[0]) to get a content and
33 * creates a widget from data.ints[1]. The first item in each ints and strings 34 * creates a widget from data.ints[1]. The first item in each ints and strings
34 * is removed before passing data to the new widget. 35 * is removed before passing data to the new widget.