diff 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
line wrap: on
line diff
--- a/mde/gui/widget/TextWidget.d	Wed Jun 25 17:25:48 2008 +0100
+++ b/mde/gui/widget/TextWidget.d	Fri Jun 27 17:19:46 2008 +0100
@@ -13,7 +13,10 @@
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-/** Basic text widget and supporting code for widgets containing text. */
+/** Basic text widget and supporting code for widgets containing text.
+ *
+ * All content widgets have one (at least for basic content widgets) Content, from
+ * mde.gui.content.Items . */
 module mde.gui.widget.TextWidget;
 
 import mde.gui.widget.Widget;