Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dwtfileselectiondosearch(3dwt) [ultrix man page]

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 Also
       DwtFileSelection(3Dwt)
       Guide to the XUI Toolkit: C Language Binding
       Guide to the XUI Toolkit Intrinsics: C Language Binding

														    DwtFileSelectionDoSearch(3Dwt)

Check Out this Related Man Page

DwtCSTextSetString(3Dwt)												  DwtCSTextSetString(3Dwt)

Name
       DwtCSTextSetString - Changes the text in the compound-string text widget.

Syntax
       void DwtCSTextSetString(widget, value)
	    Widget widget;
	    DwtCompString value;

Arguments
       widget	 Specifies the ID of the compound-string text widget.

       value	 Specifies the text that replaces all text in the current compound-string text widget.

Description
       The DwtCSTextSetString function completely changes the text in the compound-string text widget.

See Also
       DwtCSText(3Dwt), DwtCSTextCreate(3Dwt), DwtCSTextReplace(3Dwt), DwtCSTextGetString(3Dwt), DwtCSTextGetEditable(3Dwt), DwtCSTextSetEd-
       itable(3Dwt), DwtCSTextGetMaxLength(3Dwt), DwtCSTextSetMaxLength(3Dwt), DwtCSTextSetSelection(3Dwt), DwtCSTextGetSelection(3Dwt)
       Guide to the XUI Toolkit: C Language Binding
       Guide to the XUI Toolkit Intrinsics: C Language Binding

															  DwtCSTextSetString(3Dwt)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Path

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)
Discussion started by: ambrose
9 Replies

2. UNIX for Dummies Questions & Answers

string search

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)
Discussion started by: k@ssidy
4 Replies

3. Shell Programming and Scripting

selection of context in files

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)
Discussion started by: manas_ranjan
1 Replies

4. UNIX for Dummies Questions & Answers

File search in the directory

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)
Discussion started by: kaushelsh168
5 Replies

5. Programming

Obfuscate'ing a.out ... ???

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)
Discussion started by: newbie_01
4 Replies

6. UNIX for Dummies Questions & Answers

Filenames change in a directory

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)
Discussion started by: praneethk
5 Replies

7. UNIX for Dummies Questions & Answers

Copying application directory from one unix box to another

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)
Discussion started by: me_saby
3 Replies

8. UNIX for Dummies Questions & Answers

How to search for a file having a particular character in a particular place in a directory.?

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)
Discussion started by: Pramod_009
5 Replies