ET++: Stepping through the redraw of a changed ImageItem

The WindowSystem redraws all invalid regions by calling WindowPort::DevUpdate() for each WindowPort.


void WindowSystem::Update()
{
	allwins->ForEach(WindowPort,DevUpdate)();
}

Back to the top of the invalidate/redraw description

Back to the top of the ET++ pages