Helps a change_managed method establish the correct keyboard traversal policy
Format
#include <Xm/XmP.h> void XmeNavigChangeManagedWidget widget
DESCRIPTION
If you are writing a manager widget, your change_managed method must call XmeNavigChangeManaged. The XmeNavigChangeManaged function helps a manager widget cope with changes to its child widgets. The XmeNavigChangeManaged function establishes the correct keyboard traversal policy for all the child widgets of the manager.
RELATED