xmcontainerrelayout(3) - Linux man page
Name
XmContainerRelayout - Container widget relayout function
Synopsis
#include <Xm/Container.h> void XmContainerRelayout( Widget container);
Description
XmContainerRelayout forces a layout of all items in the Container using the XmNpositionIndex and XmNentryParent constraint resources associated with each item.
- container
Specifies the Container widget ID.
- For a complete definition of Container and its associated resources, see xmcontainer(3).
Related
xmcontainer(3).