XmContainerReorder(3) | Library Functions Manual | XmContainerReorder(3) |
XmContainerReorder — Container widget function to reorder children "XmContainerReorder" "XmContainer"
#include <Xm/Container.h> void XmContainerReorder( Widget container, WidgetList widgets, int num_widgets);
XmContainerReorder obtains the XmNpositionIndex constraint resources of each widget specified in widgets, sorts them in ascending order, and inserts the XmNpositionIndex constraint resources in the new order into each widget. If the XmNlayoutType resource of Container is XmOUTLINE or XmDETAIL, XmContainerReorder will force a layout of all items.
For a complete definition of Container and its associated resources, see XmContainer(3).