Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmFiSeleC(Xm) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmFileSelectionDoSearch(Xm)    6 January 1993    XmFileSelectionDoSearch(Xm)


 Name

    XmFileSelectionDoSearch - a FileSelectionBox function that initiates a
    directory search

 Syntax


    #include <Xm/FileSB.h>

    void XmFileSelectionDoSearch (widget, dirmask)
    Widget widget;
    XmString dirmask;


 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(Xm).

    widget  Specifies the FileSelectionBox widget ID.

    dirmask Specifies 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 XmFileSelectionBox-
            CallbackStruct 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(Xm).

 See also

    XmFileSelectionBox(Xm)


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