Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmFileSelectionBox(3Xm)

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

XmFileSelectionBox(3Xm). 

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026