SgFileSelectionBoxGetChildUNIX SystSgFileSelectionBoxGetChild(3X)
NAME
SgFileSelectionBoxGetChild - A FileSelectionBox function
used to access a component
SYNOPSIS
#include <Xm/FileSB.h>
Widget XmFileSelectionBoxGetChild (widget, child)
Widget widget;
unsigned char child;
VERSION
This page documents the version of Sgm that accompanies
Motif 1.2.
DESCRIPTION
XmFileSelectionBoxGetChild is used to access a component
within a FileSelectionBox. The parameters given to the
function are the FileSelectionBox widget and a value
indicating which component to access.
widget Specifies the FileSelectionBox widget ID.
child Specifies a component within the FileSelectionBox.
The enhanced XmFileSelectionBoxGetChild function
accepts all the children of the normal
XmFileSelectionBoxGetChild function. Certain
children, however, are not managed in the enhanced
file selection box. These include
XmDIALOGDIRLIST
XmDIALOGDIRLISTLABEL
In addition, the enhanced XmFileSelectionBoxGetChild
function supports the following children:
⊕ SgDIALOGFINDER
⊕ SgDIALOGVIEWER
For a complete definition of FileSelectionBox and its
associated resources, see SgFileSelectionBox(3X).
RETURN VALUE
Returns the widget ID of the specified FileSelectionBox
Page 1 (printed 4/30/98)
SgFileSelectionBoxGetChildUNIX SystSgFileSelectionBoxGetChild(3X)
component. An application should not assume that the
returned widget will be of any particular class.
RELATED INFORMATION
SgFileSelectionBox(3X).
Page 2 (printed 4/30/98)