*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmDropSiteConfigureStackingOrder | Section: 3 | Source: Digital UNIX | File: XmDropSiteConfigureStackingOrder.3X.gz
XmDropSiteConfigureStackingOrder(3X) XmDropSiteConfigureStackingOrder(3X) NAME XmDropSiteConfigureStackingOrder - A Drag and Drop function that re- orders a stack of widgets that are registered drop sites SYNOPSIS #include <Xm/DragDrop.h> void XmDropSiteConfigureStackingOrder (widget, sibling, stack_mode) Widget widget; Widget sibling; Cardinal stack_mode; DESCRIPTION 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, regard- less 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. Specifies the drop site to be restacked. Specifies a sibling drop site for stacking operations. If specified, then widget is restacked relative to this drop site's stack position. Specifies the new stack position for the specified widget. The values are XmABOVE and XmBELOW. If a sibling is specified, then widget is restacked as follows: The widget is placed just above the sibling. The widget is placed just below the sibling. If the sibling parameter is not specified, then widget is restacked as follows: The widget is placed at the top of the stack. The widget is placed at the bottom of the stack. For a complete definition of DropSite and its associated resources, see XmDropSite(3X). SEE ALSO XmDropSite(3X), XmDropSiteRetrieve(3X), XmDropSiteQueryS- tackingOrder(3X) XmDropSiteConfigureStackingOrder(3X)

Navigation Options