Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmchildren(3x) [osf1 man page]

DXmChildren(3X) 														   DXmChildren(3X)

NAME
DXmChildren - Returns a list of the widget's children. SYNOPSIS
WidgetList DXmChildren( Widget widget ); PARAMETERS
The identifier (widget ID) of the widget. DESCRIPTION
The DXmChildren routine returns a list of the widget's children. Note that children must request geometry management changes from their parent and that a parent widget can resize its children. You can use this routine to learn the length of the widget_list returned by DXm- Children. RETURN VALUES
A list of the widget's children. DXmChildren(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)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies