DXmChildren(3X) — Subroutines
Digital
NAME
DXmChildren − Returns a list of the widget’s children.
SYNOPSIS
WidgetList DXmChildren (widget)
Widget 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 a widget_list.
Arguments
widgetThe identifier (widget ID) of the widget.
RETURN VALUES
A list of the widget’s children.