1XmScrolledWindowSetAreas(library call)  XmScrolledWindowSetAreas(library call)
2
3
4

NAME

6       XmScrolledWindowSetAreas  —  A  ScrolledWindow  function  that  adds or
7       changes a window work region and a  horizontal  or  vertical  ScrollBar
8       widget to the ScrolledWindow widget
9

SYNOPSIS

11       #include <Xm/ScrolledW.h>
12       void XmScrolledWindowSetAreas(
13       Widget widget,
14       Widget horizontal_scrollbar,
15       Widget vertical_scrollbar,
16       Widget work_region);
17

DESCRIPTION

19       XmScrolledWindowSetAreas  adds  or  changes  a window work region and a
20       horizontal or vertical ScrollBar widget to  the  ScrolledWindow  widget
21       for the application. Each widget is optional and may be passed as NULL.
22       This function is obsolete  and  exists  for  compatibility  with  other
23       releases. Use the XmNscrolledWindowChildType resource of XmScrolledWin‐
24       dow instead.
25
26       widget    Specifies the ScrolledWindow widget ID.
27
28       horizontal_scrollbar
29                 Specifies the ScrollBar widget ID for the horizontal  Scroll‐
30                 Bar to be associated with the ScrolledWindow widget. Set this
31                 ID only after creating an instance of the ScrolledWindow wid‐
32                 get.  The resource name associated with this argument is XmN‐
33                 horizontalScrollBar.
34
35       vertical_scrollbar
36                 Specifies the ScrollBar widget ID for the vertical  ScrollBar
37                 to  be associated with the ScrolledWindow widget. Set this ID
38                 only after creating an instance of the ScrolledWindow widget.
39                 The  resource name associated with this argument is XmNverti‐
40                 calScrollBar.
41
42       work_region
43                 Specifies the widget ID for the work window to be  associated
44                 with the ScrolledWindow widget. Set this ID only after creat‐
45                 ing an instance of the ScrolledWindow widget.  The  attribute
46                 name associated with this argument is XmNworkWindow.
47
48       For   a  complete  definition  of  ScrolledWindow  and  its  associated
49       resources, see XmScrolledWindow(3).
50
52       XmScrolledWindow(3).
53
54
55
56                                        XmScrolledWindowSetAreas(library call)
Impressum