Query: xltfilepickergetchild
OS: redhat
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XltFilePickerGetChild(3X) XltFilePickerGetChild(3X)NAMEXltFilePickerGetChild - Convenience function to get the widget ID of one of the standard children.SYNOPSIS#include <Xlt/FilePicker.h> Widget XltFilePickerGetChild(widget, child) Widget widget; unsigned charchild;DESCRIPTIONXltFilePickerGetChild Get the widget ID of one of the standard children of a FilePicker widget. widget The widget ID of the FilePicker widget. child One of XltFILEPICKER_TEXT XltFILEPICKER_LAB XltFILEPICKER_BUTTON XltFILEPICKER_DN For a complete description of FilePicker, see XltFilePicker(3X)RETURN VALUEReturns the widget ID of the child or NULL.RELATED INFORMATIONXltFilePicker(3X). XltFilePickerGetChild(3X)