xil_get_parent(3)
NAME
xil_get_parent − get a parent image
SYNOPSIS
#include <xil/xil.h>
XilImage xil_get_parent ( XilImage image);
DESCRIPTION
This function returns a handle to the parent of a child image. If the image is not a child image, then NULL is returned.
ERRORS
For a complete list of XIL error messages by number, consult Appendix B of the XIL Programmer’s Guide.
EXAMPLES
Get the parent of a child image:
XilImage base_image, child_image;
base_image = xil_get_parent (child_image);
NOTES
Child images are not hierarchical.
SEE ALSO
SunOS 5.6 — Last change: 17 August 1993