| Click this button to go to the index for this section. |
XmGetVisibility(3X)
OSF/Motif
NAME
XmGetVisibility - A function that determines if a widget is visibleSYNOPSIS
#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 widgetRETURN VALUE
Returns one of the following values: · XmVISIBILITY_UNOBSCURED · XmVISIBILITY_PARTIALLY_OBSCURED · XmVISIBILITY_FULLY_OBSCUREDSEE ALSO
XmIsTraversable(3X), XmManager(3X), XmProcessTraversal(3X)