table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2.3.8-4.1
 - Leap-15.6
 
| XmContainerRelayout(library call) | XmContainerRelayout(library call) | 
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).