XmGetVisibility(Xm) 6 January 1993 XmGetVisibility(Xm) Name XmGetVisibility - a function that determines if a widget is visible Syntax #include <Xm/Xm.h> XmVisibility XmGetVisibility (widget) Widget widget; 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 See also XmIsTraversable(Xm), XmManager(Xm) and XmProcessTraversal(Xm).