nw::lyt::Pane::InsertChild Member Function

Syntax

void InsertChild(
     PaneList::Iterator next,
     Pane * pChild
);

Arguments

Name Description
next The iterator immediately before the insert position.
pChild The pane to be added.

Return Values

None.

Description

Inserts a child pane at the specified position.

Adds the pane pointed to by pChild as a child of this pane. Inserts the iterator to be added in the position right after the iterator specified by next.

Do not insert oneself as a child pane. Do not insert a pane that is already a child pane of this pane.

See Also

AppendChild
PrependChild
RemoveChild

Revision History

2009/09/18
Initial version.

CONFIDENTIAL