SECLayoutNodeSplitter::AddPane

BOOLSECLayoutNodeSplitter::AddPane(USHORTnRow, USHORTnCol, SECLayoutNode*pNode)

Add a layout node as a splitter pane

Defined in: NODESPLT.CPP

Return Value

TRUE on success, FALSE on failure

Parameters

nRow

row position to add, can be 0 or 1

nCol

column position to add, can be 0 or 1

pNode

layout node to add

Comments

Use this function to add a layout node to this parent splitter node. This function should be used in place of SECLayoutNodeWnd::AddLayoutNode