comparison dynamin/gui/control.d @ 53:6e33b00595e9

Fix capitalization in a couple comments.
author Jordan Miner <jminer7@gmail.com>
date Tue, 04 Aug 2009 21:37:55 -0500
parents d5823ccfddc6
children c138461bf845
comparison
equal deleted inserted replaced
52:d82c7e5b037b 53:6e33b00595e9
402 * Gets this control's parent. 402 * Gets this control's parent.
403 */ 403 */
404 Container parent() { return _parent; } 404 Container parent() { return _parent; }
405 package void parent(Container c) { 405 package void parent(Container c) {
406 _parent = c; 406 _parent = c;
407 //ParentChanged(new EventArgs); // TODO: add event 407 //parentChanged(new EventArgs); // TODO: add event
408 } 408 }
409 409
410 /** 410 /**
411 * Gets or sets whether is control is visible. The default is true, except 411 * Gets or sets whether is control is visible. The default is true, except
412 * on top-level windows. 412 * on top-level windows.