...\" ** (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 XmSelectionBoxGetChild 3X "" "" "" "" .ds )H Hewlett-Packard Company .ds ]W Motif Release 1.2: May 1992 .SH NAME \fIXmSelectionBoxGetChild\fP \- A SelectionBox function that is used to access a component .SH SYNOPSIS .nf .sS .iS \&#include .sp \n(PDu Widget XmSelectionBoxGetChild (\fBwidget, child\fI) .ta .5i 1.5i .nf Widget \fBwidget\fI; unsigned char \fBchild\fI; .wH .fi .iE .sE .SH DESCRIPTION .fi \fIXmSelectionBoxGetChild\fP is used to access a component within a SelectionBox. The parameters given to the function are the SelectionBox widget and a value indicating which component to access. .IP "\fBwidget\fP" Specifies the SelectionBox widget ID. .IP "\fBchild\fP" Specifies a component within the SelectionBox. 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_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 SelectionBox and its associated resources, see \fIXmSelectionBox(3X)\fP. .SH RETURN VALUE Returns the widget ID of the specified SelectionBox component. An application should not assume that the returned widget will be of any particular class. .SH RELATED INFORMATION .na \fIXmSelectionBox(3X)\fP. .ad