...\" ** (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 ...\" ** ...\" ** .TH XmListItemExists 3X "" "" "" "" .ds )H Hewlett-Packard Company .ds ]W Motif Release 1.2: May 1992 .SH NAME \fIXmListItemExists\fP \- A List function that checks if a specified item is in the list .SH SYNOPSIS .nf .sS .iS \&#include .sp \n(PDu Boolean XmListItemExists (\fBwidget, item\fI) .ta .5i 1.5i .nf Widget \fBwidget\fI; XmString \fBitem\fI; .wH .fi .iE .sE .SH DESCRIPTION .fi \fIXmListItemExists\fP is a Boolean function that checks if a specified item is present in the list. .IP "\fBwidget\fP" Specifies the ID of the List widget .IP "\fBitem\fP" Specifies the item whose presence is checked .PP For a complete definition of List and its associated resources, see \fIXmList(3X)\fP. .SH RETURN VALUE Returns True if the specified item is present in the list. .SH RELATED INFORMATION .na \fIXmList(3X)\fP. .ad