XmScrolledWindowSetAreas(3X) SDK X11 R4.11MU05 XmScrolledWindowSetAreas(3X)
NAME
XmScrolledWindowSetAreas--A ScrolledWindow function that adds or
changes a window work region and a horizontal or vertical ScrollBar
widget to the ScrolledWindow widget
SYNOPSIS
#include <Xm/ScrolledW.h>
void XmScrolledWindowSetAreas (widget, horizontalscrollbar, verticalscrollbar, workregion)
Widget widget;
Widget horizontalscrollbar;
Widget verticalscrollbar;
Widget workregion;
DESCRIPTION
XmScrolledWindowSetAreas adds or changes a window work region and a
horizontal or vertical ScrollBar widget to the ScrolledWindow widget
for the application. Each widget is optional and may be passed as
NULL.
widget Specifies the ScrolledWindow widget ID.
horizontalscrollbar
Specifies the ScrollBar widget ID for the horizontal
ScrollBar to be associated with the ScrolledWindow
widget. Set this ID only after creating an instance
of the ScrolledWindow widget. The resource name
associated with this argument is
XmNhorizontalScrollBar.
verticalscrollbar
Specifies the ScrollBar widget ID for the vertical
ScrollBar to be associated with the ScrolledWindow
widget. Set this ID only after creating an instance
of the ScrolledWindow widget. The resource name
associated with this argument is XmNverticalScrollBar.
workregion Specifies the widget ID for the work window to be
associated with the ScrolledWindow widget. Set this
ID only after creating an instance of the
ScrolledWindow widget. The attribute name associated
with this argument is XmNworkWindow.
For a complete definition of ScrolledWindow and its associated
resources, see XmScrolledWindow(3X).
RELATED INFORMATION
XmScrolledWindow(3X).
Licensed material--property of copyright holder(s)