1XmContainerRelayout(library call) XmContainerRelayout(library call)
2
3
4
6 XmContainerRelayout — Container widget relayout function
7
9 #include <Xm/Container.h>
10 void XmContainerRelayout(
11 Widget container);
12
14 XmContainerRelayout forces a layout of all items in the Container using
15 the XmNpositionIndex and XmNentryParent constraint resources associated
16 with each item.
17
18 container Specifies the Container widget ID.
19
20 For a complete definition of Container and its associated resources,
21 see XmContainer(3).
22
24 XmContainer(3).
25
26
27
28 XmContainerRelayout(library call)