nw::lyt::GetNextPane Function

Syntax

Pane * GetNextPane(
     Pane * pPane
);

Arguments

Name Description
pPane Pointer to the pane.

Return Values

Returns a pointer to either the pane's child or sibling pane. Returns NULL when there is no corresponding pane.

Description

Returns a pointer to either the pane's child or sibling pane.

Returns a pointer to either a child or sibling pane of the one specified by the pPane argument. You can list all panes by calling this first with the root pane specified as the argument, and then afterwards with each return value specified as an argument, until NULL is returned.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL