Manual Page Result
0
Command: DXmChildren | Section: 3 | Source: Digital UNIX | File: DXmChildren.3X.gz
DXmChildren(3X) DXmChildren(3X)
NAME
DXmChildren - Returns a list of the widget's children.
SYNOPSIS
WidgetList DXmChildren (widget)
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 par-
ent and that a parent widget can resize its children. You can use this
routine to learn the length of the widget_list returned by DXmChildren.
RETURN VALUES
A list of the widget's children. delim off
DXmChildren(3X)