A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible
Format
#include <Xm/ScrolledW.h> void XmScrollVisible Widget scrollw_widgetWidget widgetDimension left_right_marginDimension top_bottom_margin
DESCRIPTION
XmScrollVisible makes an obscured or partially obscured widget or gadget descendant of a ScrolledWindow work area visible. The function repositions the work area and sets the specified margins between the widget and the nearest viewport boundary. The widget's location relative to the viewport determines whether one or both of the margins must be adjusted. This function requires that the XmNscrollingPolicy of the ScrolledWindow widget be set to XmAUTOMATIC.
For a complete definition of ScrolledWindow and its associated resources, see XmScrolledWindow (3)
RELATED