Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmFileSelectionBox(3X)

XmFileSelectionDoSearch(3X)  —  Kubota Pacfic Computer Inc.

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 and file search in a FileSelectionBox widget.  For a description of the actions that the FileSelectionBox takes when doing a search, see XmFileSelectionBox(3X). 

widgetSpecifies the FileSelectionBox widget ID. 

dirmaskSpecifies the directory mask used in determining the directories and files displayed in the FileSelectionBox lists.  This value is used as the mask member of the input data XmFileSelectionBoxCallbackStruct structure passed to the FileSelectionBox’s XmNqualifySearchDataProc.  The dir and pattern members of that structure are NULL. 

For a complete definition of FileSelectionBox and its associated resources, see XmFileSelectionBox(3X). 

RELATED INFORMATION

XmFileSelectionBox(3X). 

September 02, 1992

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