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 spec-
ified widget
SYNOPSIS
#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
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 chil-
dren 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 succeeds.
SEE ALSO XmDropSite(3X), XmDropSiteConfigureStackingOrder(3X)XmDropSiteQueryStackingOrder(3X)
Check Out this Related Man Page
XmDropSiteQueryStackingOrder(library call) XmDropSiteQueryStackingOrder(library call)
NAME
XmDropSiteQueryStackingOrder -- A Drag and Drop function that returns the parent, a list of children, and the number of children for a
specified widget
SYNOPSIS
#include <Xm/DragDrop.h>
Status XmDropSiteQueryStackingOrder(
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.
widget Specifies the widget ID. For this widget, you obtain the list of its children, its parent, and the number of children.
parent_return
Returns the widget ID of the drop site parent of the specified widget.
child_returns
Returns a pointer to the list of drop site children associated with the specified widget. The function allocates memory to hold
the list. The application is responsible for managing the allocated space. The application can recover the allocated space by
calling XtFree.
num_child_returns
Returns the number of drop site children for the specified widget.
For a complete definition of DropSite and its associated resources, see XmDropSite(3).
RETURN
Returns 0 (zero) if the routine fails; returns a nonzero value if it succeeds.
RELATED XmDropSite(3) and XmDropSiteConfigureStackingOrder(3).
XmDropSiteQueryStackingOrder(library call)
Hi,
I have a requirement.
Scenario:
A parent job invokes a child job and gets killed. The child becomes orphan and gets attached to init. Child job is removed from the pid table as soon as it gets completed.
Requirement is i need the status of the child job even after the parent job is... (7 Replies)
Greets all. This is using bash/sh on Slackware Linux 12....
I have a parent and MANY children scripts. The parent would be:
for script in scripts/*.sh; do
sh $script || exit 1
done
I'm trying to get a child script to quit running without bombing my parent script. This would be the... (5 Replies)
Hello All,
I am trying to come up with this interface with the backend on perl. The interface needs drop down boxes with dynamic chain loading ( as in contents of the 1st drop down box will populate the second drop down and so on) Any idea how I can do this?
Kindly help
Regards,
Garric (13 Replies)
I have script 3 scripts 1 parent (p1) and 2 children child1 and child2
I have script 3 scripts
1 parent
2 children
child1
child2
In the code below the 2 child processes fire almost Instantaneously in
the background, Is that possible to know the status of pass/fail of each
process... (12 Replies)
Hi Forum.
I have this challenging issue that I'm hoping someone can help me.
I have a file that contains 3 different types of segments (AM00, AM01, AM32) in a hierarchy structure and I want to be able to pass the column key from the parent record to the children records.
AM00 - parent key:... (13 Replies)
The task I have to do is something along the lines "I receive some input and based on the first character I send it through pipe to one of the children to print".
The scheme it is based on is 1->2; 1->3; 1->4; 2 will print all the input that starts with a letter, 3 will print all the input that... (2 Replies)
Discussion started by: Ildiko
2 Replies
9. Forum Support Area for Unregistered Users & Account Problems