GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmFileSelectionDoSearch(3) FreeBSD Library Functions Manual XmFileSelectionDoSearch(3)

XmFileSelectionDoSearch — A FileSelectionBox function that initiates a directory search

#include <Xm/FileSB.h>
void XmFileSelectionDoSearch(
Widget widget,
XmString dirmask);

XmFileSelectionDoSearch initiates a directory and file search in a FileSelectionBox widget. For a description of the actions that the FileSelectionBox takes when doing a search, see XmFileSelectionBox(3).
widget
Specifies the FileSelectionBox widget ID.
dirmask
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 members of that structure are NULL.

For a complete definition of FileSelectionBox and its associated resources, see XmFileSelectionBox(3).

XmFileSelectionBox(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.