comparison dynamin/gui/control.d @ 15:96b29f2efa4d

Fix typo in doc comment.
author Jordan Miner <jminer7@gmail.com>
date Sat, 18 Jul 2009 02:41:26 -0500
parents ccc108b25a0a
children d55b5b998412
comparison
equal deleted inserted replaced
14:e6e201c3a439 15:96b29f2efa4d
518 * Causes the part of the control inside the specified 518 * Causes the part of the control inside the specified
519 * rectangle to be repainted. The rectangle is in content coordinates. 519 * rectangle to be repainted. The rectangle is in content coordinates.
520 * 520 *
521 * The control will not be repainted before this method returns; rather, 521 * The control will not be repainted before this method returns; rather,
522 * the area is just marked as needing to be repainted. The next time there 522 * the area is just marked as needing to be repainted. The next time there
523 * are no other system events to be processed, a painting event will called. 523 * are no other system events to be processed, a painting event will
524 * be called.
524 */ 525 */
525 void repaint(Rect rect) { 526 void repaint(Rect rect) {
526 // TODO: make sure that parts clipped off by the parent are 527 // TODO: make sure that parts clipped off by the parent are
527 // not invalidated 528 // not invalidated
528 if(_parent) 529 if(_parent)