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

NAME

6       XmScrollBarGetValues  —  A  ScrollBar function that returns the Scroll‐
7       Bar's increment values
8

SYNOPSIS

10       #include <Xm/ScrollBar.h>
11       void XmScrollBarGetValues (widget, value_return, slider_size_return,
12       increment_return, page_increment_return)
13               Widget  widget;
14               int     * value_return;
15               int     * slider_size_return;
16               int     * increment_return;
17               int     * page_increment_return;
18       (void)
19

DESCRIPTION

21       XmScrollBarGetValues returns the the ScrollBar's increment values.  The
22       scroll  region  is  overlaid with a slider bar that is adjusted in size
23       and  position  using  the  main  ScrollBar  or  set   slider   function
24       attributes.
25
26       widget    Specifies the ScrollBar widget ID.
27
28       value_return
29                 Returns  the ScrollBar's slider position between the XmNmini‐
30                 mum and XmNmaximum resources.  Specify NULL  to  prevent  the
31                 return of a particular value.
32
33       slider_size_return
34                 Returns  the  size  of the slider as a value between 0 (zero)
35                 and the absolute value of XmNmaximum  minus  XmNminimum.  The
36                 size  of  the  slider  varies,  depending  on how much of the
37                 slider scroll area it represents.
38
39       increment_return
40                 Returns the amount of increment and decrement.
41
42       page_increment_return
43                 Returns the amount of page increment and decrement.
44
45       For a complete definition of ScrollBar and  its  associated  resources,
46       see XmScrollBar(3).
47

RETURN

49       Returns the ScrollBar's increment values.
50
52       XmScrollBar(3).
53
54
55
56                                            XmScrollBarGetValues(library call)
Impressum