 |
Index for Section 3X |
|
 |
Alphabetical listing for X |
|
 |
Bottom of page |
|
XmGetVisibility(3X)
OSF/Motif
NAME
XmGetVisibility - A function that determines if a widget is visible
SYNOPSIS
#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:
· XmVISIBILITY_UNOBSCURED
· XmVISIBILITY_PARTIALLY_OBSCURED
· XmVISIBILITY_FULLY_OBSCURED
SEE ALSO
XmIsTraversable(3X), XmManager(3X), XmProcessTraversal(3X)
 |
Index for Section 3X |
|
 |
Alphabetical listing for X |
|
 |
Top of page |
|