Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmfileselectiondosearch(3x) [osf1 man page]

XmFileSelectionDoSearch(3X)											       XmFileSelectionDoSearch(3X)

NAME
XmFileSelectionDoSearch - A FileSelectionBox function that initiates a directory search SYNOPSIS
#include <Xm/FileSB.h> void XmFileSelectionDoSearch (widget, dirmask) Widget widget; XmString dirmask; DESCRIPTION
XmFileSelectionDoSearch initiates a directory and file search in a FileSelectionBox widget. For a description of the actions that the File- SelectionBox takes when doing a search, see XmFileSelectionBox(3X). Specifies the FileSelectionBox widget ID. 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 XmFileSelectionBoxCallbackStruct structure passed to the FileSelectionBox's XmNqualifySearchDataProc. The dir and pattern mem- bers of that structure are NULL. For a complete definition of FileSelectionBox and its associated resources, see XmFileSelectionBox(3X). SEE ALSO
XmFileSelectionBox(3X) XmFileSelectionDoSearch(3X)

Check Out this Related Man Page

XmCreateFileSelectionBox(3X)											      XmCreateFileSelectionBox(3X)

NAME
XmCreateFileSelectionBox - The FileSelectionBox widget creation function SYNOPSIS
#include <Xm/FileSB.h> Widget XmCreateFileSelectionBox (parent, name, arglist, argcount) Widget parent; String name; ArgList arglist; Cardinal argcount; DESCRIPTION
XmCreateFileSelectionBox creates an unmanaged FileSelectionBox. A FileSelectionBox is used to select a file and includes the following: An editable text field for the directory mask A scrolling list of file names An editable text field for the selected file Labels for the list and text fields Four buttons The default button labels are OK, Filter, Cancel, and Help. Additional work area children may be added to the FileSelectionBox after cre- ation. FileSelectionBox inherits the layout functionality provided by SelectionBox for any additional work area children. If the parent of the FileSelectionBox is a DialogShell, use XtManageChild to pop up the FileSelectionDialog (passing the FileSelectionBox as the widget parameter); use XtUnmanageChild to pop it down. Specifies the parent widget ID Specifies the name of the created widget Specifies the argument list Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of FileSelectionBox and its associated resources, see XmFileSelectionBox(3X). RETURN VALUE
Returns the FileSelectionBox widget ID. SEE ALSO
XmFileSelectionBox(3X) XmCreateFileSelectionBox(3X)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies