XmGetVisibility - A function that determines if a widget is visible
#include <Xm/Xm.h> XmVisibility XmGetVisibility (widget) Widget widget;
XmGetVisibility returns the visibility state of the specified widget.
Returns one of the following values:
XmIsTraversable(3X), XmManager(3X), and XmProcessTraversal(3X).