comparison 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
comparison
equal deleted inserted replaced
107:20f7d813bb0f 108:c9fc2d303178
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 /************************************************************************************************** 16 /**************************************************************************************************
17 * A generic way to access content items. 17 * A generic way to access content items. Also loads translations on-demand.
18 *************************************************************************************************/ 18 *************************************************************************************************/
19 module mde.content.Items; 19 module mde.content.Items;
20 20
21 import mde.content.Content; 21 import mde.content.Content;
22 import mde.gui.exception; 22 import mde.gui.exception;