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