XmFileSelectionDoSearch(3Xm) — UNIX Programmer’s Manual
NAME
XmFileSelectionDoSearch — a FileSelectionBox function that initiates a directory search.
SYNOPSIS
#include <Xm/FileSB.h> void XmFileSelectionDoSearch (widget, dirmask)
Widgetwidget;
XmStringdirmask;
DESCRIPTION
XmFileSelectionDoSearch initiates a directory search. If the dirmask parameter is not NULL, the directory mask is updated before the search is initiated.
widgetSpecifies 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(3Xm).
RELATED INFORMATION
7th Edition