XmContainerRelayout

Langue: en

Version: 183538 (CentOS - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

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).

XmContainer(3).