XmDropSiteConfigureStackingOrder - A Drag and Drop function that reorders a stack of widgets that are registered drop sites
#include <Xm/DragDrop.h> void XmDropSiteConfigureStackingOrder (widget, sibling, stack_mode) Widget widget; Widget sibling; Cardinal stack_mode;
XmDropSiteConfigureStackingOrder changes the stacking order of the drop site specified by widget. The stacking order controls the manner in which drag-under effects are clipped by overlapping siblings, regardless of whether they are active. The stack mode is relative either to the entire stack, or to another drop site within the stack. The stack order can be modified only if the drop sites are siblings in both the widget and drop site hierarchy, and the widget parent of the drop sites is registered as a composite drop site.
For a complete definition of DropSite and its associated resources, see XmDropSite(3X).
XmDropSite(3X), XmDropSiteRetrieve(3X), and XmDropSiteQueryStackingOrder(3X).