comparison mde/content/Content.d @ 165:bb2f1a76346d

Fixed a few bugs; most notably changing the translation reloads the text on PopupMenuWidgets now.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 07 Jun 2009 16:20:16 +0200
parents 24d77c52243f
children 620d4ea30228
comparison
equal deleted inserted replaced
164:c13bded1bed3 165:bb2f1a76346d
122 * changed as well as calling callbacks, e.g.: 122 * changed as well as calling callbacks, e.g.:
123 * --- 123 * ---
124 * Content.changed.boolData[symbol] = val; 124 * Content.changed.boolData[symbol] = val;
125 * super(); 125 * super();
126 * --- */ 126 * --- */
127 void endEvent () { 127 final void endEvent () {
128 foreach (dg; cb) 128 foreach (dg; cb)
129 dg (this); 129 dg (this);
130 } 130 }
131 131
132 override char[] toString (uint i) { 132 override char[] toString (uint i) {