XmGetVisibility(3X) UNIX System V XmGetVisibility(3X)
NAME
XmGetVisibility - A function that determines if a widget is
visible
SYNOPSIS
#include <Xm/Xm.h>
XmVisibility XmGetVisibility (widget)
Widget widget;
VERSION
This page documents version 1.2 of the Motif library.
DESCRIPTION
XmGetVisibility returns the visibility state of the
specified widget.
widget Specifies the ID of the widget
RETURN VALUE
Returns one of the following values:
⊕ XmVISIBILITYUNOBSCURED
⊕ XmVISIBILITYPARTIALLYOBSCURED
⊕ XmVISIBILITYFULLYOBSCURED
RELATED INFORMATION
XmIsTraversable(3X), XmManager(3X), and
XmProcessTraversal(3X).
Page 1 (printed 4/30/98)