SECLNGridBag::ResetConstraints

voidSECLNGridBag::ResetConstraints(SECLayoutNode*pNode, const SECGridBagConstraints&rConstraints)

Reset the constraint information of the specified child node to the new information passed in.

Defined in: GRIDBAG.CPP

Return Value

void

Parameters

pNode

child node to receive new constraint information.

rConstraints

the new constraint information

Comments

The constraint information passed in is cloned to protected internal storage. This allows you to reuse the same constraint object for multiple child nodes without any special memory management required.