Query: xltfilepickersetstring
OS: redhat
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XltFilePickerSetString(3X) XltFilePickerSetString(3X)NAMEXltFilePickerSetString - Function to set the string shown in the TextField of a FilePicker widget.SYNOPSIS#include <Xlt/FilePicker.h> Widget XltFilePickerSetString(widget, string) Widget widget; char *string;DESCRIPTIONXltFilePickerSetString sets the XmNvalue of the FilePicker TextField to string. widget The XltFilePicker widget ID string The string to put into the TextField. For a complete description of FilePicker, see XltFilePicker(3X)RELATED INFORMATIONXltFilePicker(3X). XltFilePickerSetString(3X)