diff mde/content/Items.d @ 108:c9fc2d303178

Added capability for border-less pop-up widgets. Simple pop-up menu. Removed grid-layout spacing (may allow any widget to provide spacing later).
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 03 Dec 2008 19:37:32 +0000
parents 20f7d813bb0f
children 6acd96f8685f
line wrap: on
line diff
--- a/mde/content/Items.d	Sun Nov 30 17:17:56 2008 +0000
+++ b/mde/content/Items.d	Wed Dec 03 19:37:32 2008 +0000
@@ -14,7 +14,7 @@
 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 /**************************************************************************************************
- * A generic way to access content items.
+ * A generic way to access content items. Also loads translations on-demand.
  *************************************************************************************************/
 module mde.content.Items;