Query: xmscrolledwindowsetareas
OS: osf1
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmScrolledWindowSetAreas(3X) XmScrolledWindowSetAreas(3X)NAMEXmScrolledWindowSetAreas - A ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar wid- get to the ScrolledWindow widgetSYNOPSIS#include <Xm/ScrolledW.h> void XmScrolledWindowSetAreas (widget, horizontal_scrollbar, vertical_scrollbar, work_region) Widget widget; Widget horizontal_scrollbar; Widget vertical_scrollbar; Widget work_region;DESCRIPTIONXmScrolledWindowSetAreas 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. Specifies the ScrolledWindow widget ID. 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. 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. Specifies the widget ID for the work window to be asso- ciated with the ScrolledWindow widget. Set this ID only after creating an instance of the ScrolledWindow widget. The attribute name asso- ciated with this argument is XmNworkWindow. For a complete definition of ScrolledWindow and its associated resources, see XmScrolledWindow(3X).SEE ALSOXmScrolledWindow(3X) XmScrolledWindowSetAreas(3X)
Related Man Pages |
---|
xmmainwindowsetareas(3) - centos |
xmscrolledwindowsetareas(3) - centos |
xmscrolledwindowsetareas(3) - hpux |
xmcreatescrolledlist(3x) - osf1 |
xmscrolledwindowsetareas(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Perl program |