DwtFileSelectionDoSearch(3Dwt)DwtFileSelectionDoSearch(3Dwt)Name
DwtFileSelectionDoSearch - Initiates a search with a directory mask option. Otherwise, the current directory mask is used.
Syntax
void DwtFileSelectionDoSearch(widget, dirmask)
FileSelectionWidget widget;
DwtCompString dirmask;
Arguments
widget Specifies the pointer to the file selection widget data structure.
dirmask Specifies the directory mask used in determining the files displayed in the file selection list box. This is an optional
attribute. If you do not specify a directory mask, the default directory mask is used. This argument sets the DwtNdirMask
attribute associated with DwtFileSelectionCreate.
Description
The file selection widget initiates file searches when any of the following occur:
o The file selection widget becomes visible (managed).
o You use XtSetValues to change the directory mask.
o The user clicks on the Apply push button.
o The application calls DwtFileSelectionDoSearch, which is another way for applications to initiate a directory search. This may be
useful, for example, when the application creates a new file and wants to reflect this change in a mapped file search widget.
See AlsoDwtFileSelection(3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
DwtFileSelectionDoSearch(3Dwt)
Can anyone help me with this i'm not sure what the answers are.
Q1 If "." is not in the PATH, what does it mean?
1. The current directory is not readable.
2. The current directory is readable but not executable.
3. Executable programs cannot be scattered everywhere - they must be in a... (9 Replies)
Is there a command where I can search my current directory and return all files with the string 'tcAccount' in them? I can't remember all of the modules that I used it in and I need to change it, I thought maybe there was an easier way than entering each file one by one and searching. Any help is... (4 Replies)
I have a file like this
QUEUE: <ITEM(69)> "/NLA///ACHO_EQU_IDX"
Q_KEY: <ITEM(69)> "/NLA///ACHO_EQU_IDX"
Q_TYPE: <VSTR(32)> "GEN_VSTR_INDEX"
... (1 Reply)
Hi! All,
I am new here...
Hello to all!!!!!!!!
I want to know how to know files present in the directory.
i do not want direcory name in the directory? (5 Replies)
Hi all,
I've search the forums regarding posts similar to this already but can't find the suitable response. Am actually looking for something very trivial I think. I just want to mask/obfuscate the a.out file and run it like a normal UNIX program. I've look at gpg and encryption but it requires... (4 Replies)
Hi I have abc_ahb_one.v
abc_ahb_two.v
abc_ahb_three.v
........l
like this
-----upto
abc_ahb_ninety.v in some directory.
I need to change those file names to like below.
... (5 Replies)
Hi , if I copy an application directory (with all its subdirectories) from one unix box to another (suppose same version), will that application work in the 2nd unix box? (3 Replies)
Hi Guys,
I want to search for a specific file in a directory which have a "b" letter as the 3rd character in the name of the file.
For Example :
/abc/efg/ldbjfblkj.sh
/abc/efg/erublkd.sh
/abc/efg/eibueora.sh
/abc/efg/kfvnmnb.sh
Since we have 2 files with "b" as a 3rd character in... (5 Replies)