comparison mde/gui/widget/TextWidget.d @ 62:960206198cbd

Documentation changes only. (Idea for new gui.content.Items module; unused gl.texture module commented out.)
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 27 Jun 2008 17:19:46 +0100
parents 7cab2af4ba21
children 66d555da083e
comparison
equal deleted inserted replaced
61:7cab2af4ba21 62:960206198cbd
11 See the GNU General Public License for more details. 11 See the GNU General Public License for more details.
12 12
13 You should have received a copy of the GNU General Public License 13 You should have received a copy of the GNU General Public License
14 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 14 along with this program. If not, see <http://www.gnu.org/licenses/>. */
15 15
16 /** Basic text widget and supporting code for widgets containing text. */ 16 /** Basic text widget and supporting code for widgets containing text.
17 *
18 * All content widgets have one (at least for basic content widgets) Content, from
19 * mde.gui.content.Items . */
17 module mde.gui.widget.TextWidget; 20 module mde.gui.widget.TextWidget;
18 21
19 import mde.gui.widget.Widget; 22 import mde.gui.widget.Widget;
20 import mde.gui.exception; 23 import mde.gui.exception;
21 import mde.gui.renderer.IRenderer; 24 import mde.gui.renderer.IRenderer;