XmSelectionBoxGetChild(Xm) UNIX System V
NAME
XmSelectionBoxGetChild - a SelectionBox function that is
used to access a component.
SYNOPSIS
#include <Xm/SelectioB.h>
Widget XmSelectionBoxGetChild (widget, child)
Widget widget;
unsigned charchild;
DESCRIPTION
XmSelectionBoxGetChild is used to access a component within
a SelectionBox. The parameters given to the function are
the SelectionBox widget and a value indicating which child
to access.
widget Specifies the SelectionBox widget ID.
child Specifies a component within the SelectionBox. The
following are legal values for this parameter:
⊕ XmDIALOGAPPLYBUTTON.
o XmDIALOGCANCELBUTTON.
o XmDIALOGDEFAULTBUTTON.
o XmDIALOGHELPBUTTON.
o XmDIALOGLIST.
o XmDIALOGLISTLABEL.
o XmDIALOGOKBUTTON.
o XmDIALOGSELECTIONLABEL.
o XmDIALOGSEPARATOR.
o XmDIALOGTEXT.
o XmDIALOGWORKAREA.
For a complete definition of SelectionBox and its associated
resources, see XmSelectionBox(Xm).
RETURN VALUE
Returns the widget ID of the specified SelectionBox child.
RELATED INFORMATION
XmSelectionBox(Xm).
(printed 2/14/90) XmSelectionBoxGetChild(Xm)