XmScrolledWindowSetAreas(3) | Library Functions Manual | XmScrolledWindowSetAreas(3) |
XmScrolledWindowSetAreas — A ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar widget to the ScrolledWindow widget "XmScrolledWindowSetAreas" "ScrolledWindow functions" "XmScrolledWindowSetAreas"
#include <Xm/ScrolledW.h> void XmScrolledWindowSetAreas( Widget widget, Widget horizontal_scrollbar, Widget vertical_scrollbar, Widget work_region);
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. This function is obsolete and exists for compatibility with other releases. Use the XmNscrolledWindowChildType resource of XmScrolledWindow instead.
For a complete definition of ScrolledWindow and its associated resources, see XmScrolledWindow(3).