comparison mde/setup/paths.d @ 103:42e241e7be3e

ContentList content type; getting content items/lists from Options generically via content.Items, and a new addContent widget function. Several improvements to generic handling of content. New button-with-text widget. Some tidy-up. Some name changes, to increase uniformity. Bug-fix: floating widgets of fixed size could previously be made larger than intended from config dimdata.
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 25 Nov 2008 18:01:44 +0000
parents ba035eba07b4
children 7f7b40fed72b
comparison
equal deleted inserted replaced
102:ba035eba07b4 103:42e241e7be3e
218 const CONF = "/conf"; 218 const CONF = "/conf";
219 219
220 /** Find at least one path for each required directory. 220 /** Find at least one path for each required directory.
221 * 221 *
222 * Note: the logger cannot be used yet, so only output is exception messages. */ 222 * Note: the logger cannot be used yet, so only output is exception messages. */
223 // FIXME: use tango/sys/Environment.d
224 version (linux) { 223 version (linux) {
225 SortedMap!(char[],char[]) fontFiles; // key is file name, value is CString path 224 SortedMap!(char[],char[]) fontFiles; // key is file name, value is CString path
226 /** Get the actual path of a font file, or throw NoFileException if not found. 225 /** Get the actual path of a font file, or throw NoFileException if not found.
227 * 226 *
228 * Returns a C string (null terminated). */ 227 * Returns a C string (null terminated). */