Query: xltcreatefilepicker
OS: redhat
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XltCreateFilePicker(3X) XltCreateFilePicker(3X)NAMEXltCreateFilePicker - Convenience function to create a FilePicker widgetSYNOPSIS#include <Xlt/FilePicker.h> Widget XltCreateFilePicker(parent, name, arglist, argcount) Widget parent; String name; ArgList arglist; Cardinal argcount;DESCRIPTIONXltCreateFilePicker create an instance of a FilePicker widget and returns the associated widget ID. parent The parent widget ID name The widget name. arglist The arglist. argcount The number of args in arglist. For a complete description of FilePicker, see XltFilePicker(3X)RETURN VALUEReturns the FilePicker widget ID.RELATED INFORMATIONXltFilePicker(3X). XltCreateFilePicker(3X)