XmScrolledWindowSetAreas(Xm) 6 January 1993 XmScrolledWindowSetAreas(Xm) Name XmScrolledWindowSetAreas - a ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar widget to the ScrolledWindow widget Syntax #include <Xm/ScrolledW.h> void XmScrolledWindowSetAreas (widget, horizontal_scrollbar, vertical_scrollbar, work_region) Widget widget; Widget horizontal_scrollbar; Widget vertical_scrollbar; Widget work_region; Description XmScrolledWindowSetAreas adds or changes a window work region and a hor- izontal 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 XmNhorizontal- ScrollBar. 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 XmNvertical- ScrollBar. 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 associ- ated with this argument is XmNworkWindow. For a complete definition of ScrolledWindow and its associated resources, see XmScrolledWindow(Xm). See also XmScrolledWindow(Xm)