SECLayoutNode::RealizeNode

BOOLSECLayoutNode::RealizeNode(void)

Realize this and all child nodes to the screen

Defined in: LAYOUTND.CPP

Return Value

TRUE on success, FALSE on failure

Comments

This member is used to apply the results of a RecalcLayout to the screen. The separation of these 2 mechanism allows a layout the capability of performing several recalculations with only 1 screen refresh, hence reducing flicker on rapid window movements.

See Also

RecalcLayout