nw::lyt::UnbindAnimation Function

Syntax

void UnbindAnimation(
     Group * pGroup,
     AnimTransform * pAnimTrans,
     bool                           bRecursive  = true
);

Arguments

Name Description
pGroup Pointer to the group.
pAnimTrans Pointer to the animation.
bRecursive Specify TRUE to also search for child panes.

Return Values

None.

Description

Unbinds the animations from each individual pane in a group.

See Also

nw::lyt::BindAnimation
nw::lyt::Pane::UnbindAnimation

Revision History

2009/09/18
Initial version.

CONFIDENTIAL