1XmFileSelectionDoSearch(library call) XmFileSelectionDoSearch(library call)
2
3
4
6 XmFileSelectionDoSearch — A FileSelectionBox function that initiates a
7 directory search
8
10 #include <Xm/FileSB.h>
11 void XmFileSelectionDoSearch(
12 Widget widget,
13 XmString dirmask);
14
16 XmFileSelectionDoSearch initiates a directory and file search in a
17 FileSelectionBox widget. For a description of the actions that the
18 FileSelectionBox takes when doing a search, see XmFileSelectionBox(3).
19
20 widget Specifies the FileSelectionBox widget ID.
21
22 dirmask Specifies the directory mask used in determining the directo‐
23 ries and files displayed in the FileSelectionBox lists. This
24 value is used as the mask member of the input data XmFileSe‐
25 lectionBoxCallbackStruct structure passed to the FileSelec‐
26 tionBox's XmNqualifySearchDataProc. The dir and pattern mem‐
27 bers of that structure are NULL.
28
29 For a complete definition of FileSelectionBox and its associated
30 resources, see XmFileSelectionBox(3).
31
33 XmFileSelectionBox(3).
34
35
36
37 XmFileSelectionDoSearch(library call)