Blob Blame History Raw
'\" t
...\" ScrollBB.sgm /main/8 1996/09/08 21:00:51 rws $
.de P!
.fl
\!!1 setgray
.fl
\\&.\"
.fl
\!!0 setgray
.fl			\" force out current output buffer
\!!save /psv exch def currentpoint translate 0 0 moveto
\!!/showpage{}def
.fl			\" prolog
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
\!!psv restore
.
.de pF
.ie     \\*(f1 .ds f1 \\n(.f
.el .ie \\*(f2 .ds f2 \\n(.f
.el .ie \\*(f3 .ds f3 \\n(.f
.el .ie \\*(f4 .ds f4 \\n(.f
.el .tm ? font overflow
.ft \\$1
..
.de fP
.ie     !\\*(f4 \{\
.	ft \\*(f4
.	ds f4\"
'	br \}
.el .ie !\\*(f3 \{\
.	ft \\*(f3
.	ds f3\"
'	br \}
.el .ie !\\*(f2 \{\
.	ft \\*(f2
.	ds f2\"
'	br \}
.el .ie !\\*(f1 \{\
.	ft \\*(f1
.	ds f1\"
'	br \}
.el .tm ? font underflow
..
.ds f1\"
.ds f2\"
.ds f3\"
.ds f4\"
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
.TH "XmScrollBarGetValues" "library call"
.SH "NAME"
\fBXmScrollBarGetValues\fP \(em A ScrollBar function that returns the ScrollBar\&'s increment values
.iX "XmScrollBarGetValues"
.iX "ScrollBar functions" "XmScrollBarGetValues"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/ScrollBar\&.h>
void XmScrollBarGetValues (\fIwidget, value_return, slider_size_return,
increment_return, page_increment_return\fP)
        Widget  \fIwidget\fP;
        int     \fI* value_return\fP;
        int     \fI* slider_size_return\fP;
        int     \fI* increment_return\fP;
        int     \fI* page_increment_return\fP;
\fB\fR(\fBvoid\fR)
.fi
.SH "DESCRIPTION"
.PP
\fBXmScrollBarGetValues\fP returns the
the ScrollBar\&'s increment values\&.
The scroll region is overlaid with a
slider bar that is adjusted in size and position using the main ScrollBar or
set slider function attributes\&.
.IP "\fIwidget\fP" 10
Specifies the ScrollBar widget ID\&.
.IP "\fIvalue_return\fP" 10
Returns the ScrollBar\&'s slider position between the
\fBXmNminimum\fP and \fBXmNmaximum\fP resources\&.
Specify NULL to prevent the return of a particular value\&.
.IP "\fIslider_size_return\fP" 10
Returns the size of the slider as a value between 0 (zero) and the absolute
value of \fBXmNmaximum\fP minus \fBXmNminimum\fP\&. The size of the slider
varies, depending on how much of the slider scroll area it represents\&.
.IP "\fIincrement_return\fP" 10
Returns the amount of increment and decrement\&.
.IP "\fIpage_increment_return\fP" 10
Returns the amount of page increment and decrement\&.
.PP
For a complete definition of ScrollBar and its associated resources, see
\fBXmScrollBar\fP(3)\&.
.SH "RETURN"
.PP
Returns the ScrollBar\&'s increment values\&.
.SH "RELATED"
.PP
\fBXmScrollBar\fP(3)\&.
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:29