*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> XmDropSiteQueryStackingOrder (3X)              
Title
Content
Arch
Section
 

XmDropSiteQueryStackingOrder(3X)

Contents


NAME    [Toc]    [Back]

       XmDropSiteQueryStackingOrder  -  A  Drag and Drop function
       that returns the parent, a list of children, and the  number
 of children for a specified widget

SYNOPSIS    [Toc]    [Back]

       #include <Xm/DragDrop.h>

       Status    XmDropSiteQueryStackingOrder    (widget,    parent_return,
 child_returns, num_child_returns)
               Widget widget;
               Widget *parent_return;
               Widget **child_returns;
               Cardinal *num_child_returns;

DESCRIPTION    [Toc]    [Back]

       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 obtain 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    [Toc]    [Back]

       Returns zero if the routine fails; returns a nonzero value
       if it succeeds.

SEE ALSO    [Toc]    [Back]

      
      
       XmDropSite(3X), XmDropSiteConfigureStackingOrder(3X)



                                 XmDropSiteQueryStackingOrder(3X)
[ Back ]
 Similar pages
Name OS Title
XmDropSiteQueryStackingOrder IRIX A Drag and Drop function that returns the parent, a list of children, and the number of children for a specifi
XmDropSiteQueryStackingOrder HP-UX A Drag and Drop function that returns the parent, a list of children, and the number of children for a specifi
DXmChildren Tru64 Returns a list of the widget's children.
DXmNumChildren Tru64 Returns the number of children that belong to the widget.
XmDropTransferAdd IRIX A Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop
XmDropTransferAdd HP-UX A Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop
XmDragStart HP-UX A Drag and Drop function that initiates a drag and drop transaction
XmDragStart IRIX A Drag and Drop function that initiates a drag and drop transaction
XmDragStart Tru64 A Drag and Drop function that initiates a drag and drop transaction
XmContainerReorder HP-UX Container widget function to reorder children
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service