nw::lyt::Pane::AppendChild Member Function

Syntax

void AppendChild(
     Pane * pChild
);

Arguments

Name Description
pChild The pane to be added.

Return Values

None.

Description

Adds a pane to the end of the child pane list.

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

See Also

PrependChild
InsertChild
RemoveChild

Revision History

2009/09/18
Initial version.

CONFIDENTIAL