Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmFileSelectionDoSearch(3)  Library Functions Manual  XmFileSelectionDoSearch(3)

NAME
     XmFileSelectionDoSearch -- A FileSelectionBox function that initiates a di-
     rectory search

SYNOPSIS
     #include <Xm/FileSB.h>
     void XmFileSelectionDoSearch(
     Widget widget,
     XmString dirmask);

DESCRIPTION
     XmFileSelectionDoSearch  initiates a directory and file search in a FileSe-
     lectionBox widget.  For a description of the actions  that  the  FileSelec-
     tionBox takes when doing a search, see XmFileSelectionBox(3).

     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 XmFileSelectionBoxCall-
	       backStruct structure passed to the FileSelectionBox's XmNqualify-
	       SearchDataProc.	The dir and pattern members  of  that  structure
	       are NULL.

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

RELATED
     XmFileSelectionBox(3).

						      XmFileSelectionDoSearch(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmFileSelectionDoSearch&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help