FreeBSD Manual Pages
XmContainerReorder(3) Library Functions Manual XmContainerReorder(3) NAME XmContainerReorder -- Container widget function to reorder children SYNOPSIS #include <Xm/Container.h> void XmContainerReorder( Widget container, WidgetList widgets, int num_widgets); DESCRIPTION XmContainerReorder obtains the XmNpositionIndex constraint resources of each widget specified in widgets, sorts them in ascending order, and in- serts the XmNpositionIndex constraint resources in the new order into each widget. If the XmNlayoutType resource of Container is XmOUTLINE or XmDE- TAIL, XmContainerReorder will force a layout of all items. container Specifies the Container widget ID. widgets Specifies an array of widget children of container. num_widgets Specifies the number of items in the widgets array. For a complete definition of Container and its associated resources, see XmContainer(3). RELATED XmContainer(3). XmContainerReorder(3)
NAME | SYNOPSIS | DESCRIPTION | RELATED
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmContainerReorder&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
