XmFileSelectionDoSearch(Xm) UNIX System V
NAME
XmFileSelectionDoSearch - a FileSelectionBox function that
initiates a directory search.
SYNOPSIS
#include <Xm/FileSB.h>
void XmFileSelectionDoSearch (widget, dirmask)
Widget widget;
XmString dirmask;
DESCRIPTION
XmFileSelectionDoSearch initiates a directory search. If
the dirmask parameter is not NULL, the directory mask is
updated before the search is initiated.
widget Specifies the FileSelectionBox widget ID.
dirmaskSpecifies the directory mask used in determining the
files displayed in the FileSelectionBox list. This
sets the XmNdirMask attribute associated with
XmCreateFileSelectionBox. This is an optional
attribute. If you do not specify a directory mask,
the current directory mask is used.
For a complete definition of FileSelectionBox and its
associated resources, see XmFileSelectionBox(Xm).
RELATED INFORMATION
XmFileSelectionBox(Xm).
(printed 2/14/90) XmFileSelectionDoSearch(Xm)