*** 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: XmDropSiteQueryStackingOrder | Section: 3 | Source: Digital UNIX | File: XmDropSiteQueryStackingOrder.3X.gz
XmDropSiteQueryStackingOrder(3X) XmDropSiteQueryStackingOrder(3X) NAME XmDropSiteQueryStackingOrder - A Drag and Drop function that returns the parent, a list of children, and the number of children for a speci- fied widget SYNOPSIS #include <Xm/DragDrop.h> Status XmDropSiteQueryStackingOrder (widget, parent_return, child_re- turns, num_child_returns) Widget widget; Widget *parent_return; Widget **child_returns; Cardinal *num_child_returns; DESCRIPTION XmDropSiteQueryStackingOrder obtains the parent, a list of children registered as drop sites, and the number of children registered as drop sites for a given widget. The children are listed in current stacking order, from bottom-most (first child) to the top-most (last child). This function allocates memory for the returned data that must be freed by calling XtFree. Specifies the widget ID. For this widget, you ob- tain the list of its children, its parent, and the number of children. Returns the widget ID of the drop site parent of the specified widget. Returns a pointer to the list of drop site children associated with the specified widget. Returns the number of drop site children for the specified widget. For a complete definition of DropSite and its associated resources, see XmDropSite(3X). RETURN VALUE Returns zero if the routine fails; returns a nonzero value if it suc- ceeds. SEE ALSO XmDropSite(3X), XmDropSiteConfigureStackingOrder(3X) XmDropSiteQueryStackingOrder(3X)

Navigation Options