...\" ** (c) Copyright 1993, 1994 Hewlett-Packard Company ...\" ** (c) Copyright 1993, 1994 International Business Machines Corp. ...\" ** (c) Copyright 1993, 1994 Sun Microsystems, Inc. ...\" ** (c) Copyright 1993, 1994 Novell, Inc ...\" ** ...\" ** ...\" ** ...\" ** (c) Copyright 1989, 1990, 1992 by Open Software Foundation, Inc. ...\" ** All Rights Reserved. ...\" ** ...\" ** (c) Copyright 1987, 1988, 1989, by Hewlett-Packard Company ...\" ** ...\" ** (c) Copyright 1987, 1988 by Digital Equipment Corporation, ...\" ** Maynard, MA. All Rights Reserved. ...\" ** ...\" ** .TH XmFileSelectionBoxGetChild 3X "" "" "" "" .ds )H Hewlett-Packard Company .ds ]W Motif Release 1.2: May 1992 .SH NAME \fIXmFileSelectionBoxGetChild\fP \- A FileSelectionBox function used to access a component .SH SYNOPSIS .nf .sS .iS \&#include .sp \n(PDu Widget XmFileSelectionBoxGetChild (\fBwidget, child\fI) .ta .5i 1.5i .nf Widget \fBwidget\fI; unsigned char \fBchild\fI; .wH .fi .iE .sE .SH DESCRIPTION .fi \fIXmFileSelectionBoxGetChild\fP is used to access a component within a FileSelectionBox. The parameters given to the function are the FileSelectionBox widget and a value indicating which component to access. .IP "\fBwidget\fP" Specifies the FileSelectionBox widget ID. .IP "\fBchild\fP" Specifies a component within the FileSelectionBox. The following are legal values for this parameter: .wH .rS .TP \(bu \fIXmDIALOG_APPLY_BUTTON\fP .TP \(bu \fIXmDIALOG_CANCEL_BUTTON\fP .TP \(bu \fIXmDIALOG_DEFAULT_BUTTON\fP .TP \(bu \fIXmDIALOG_DIR_LIST\fP .TP \(bu \fIXmDIALOG_DIR_LIST_LABEL\fP .TP \(bu \fIXmDIALOG_FILTER_LABEL\fP .TP \(bu \fIXmDIALOG_FILTER_TEXT\fP .TP \(bu \fIXmDIALOG_HELP_BUTTON\fP .TP \(bu \fIXmDIALOG_LIST\fP .TP \(bu \fIXmDIALOG_LIST_LABEL\fP .TP \(bu \fIXmDIALOG_OK_BUTTON\fP .TP \(bu \fIXmDIALOG_SELECTION_LABEL\fP .TP \(bu \fIXmDIALOG_SEPARATOR\fP .TP \(bu \fIXmDIALOG_TEXT\fP .TP \(bu \fIXmDIALOG_WORK_AREA\fP .wH .rE .PP For a complete definition of FileSelectionBox and its associated resources, see \fIXmFileSelectionBox(3X)\fP. .SH RETURN VALUE Returns the widget ID of the specified FileSelectionBox component. An application should not assume that the returned widget will be of any particular class. .SH RELATED INFORMATION .na \fIXmFileSelectionBox(3X)\fP. .ad