ultrix man page for dwtfileselectiondosearch

Query: dwtfileselectiondosearch

OS: ultrix

Section: 3dwt

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
dwtstextseteditable(3dwt) - ultrix
dwtcstextsetstring(3dwt) - ultrix
dwtstextgetselection(3dwt) - ultrix
dwtstextgetstring(3dwt) - ultrix
dwtstextsetmaxlength(3dwt) - ultrix
Similar Topics in the Unix Linux Community
Path
selection of context in files
File search in the directory
Obfuscate'ing a.out ... ???
Copying application directory from one unix box to another