'\" t .\" ScrollBC.sgm /main/9 1996/09/08 21:01:00 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 "XmScrollBarSetValues" 3 .SH "NAME" \fBXmScrollBarSetValues\fP \(em A ScrollBar function that changes ScrollBar\&'s increment values and the slider\&'s size and position "XmScrollBarSetValues" "ScrollBar functions" "XmScrollBarSetValues" .SH "SYNOPSIS" .PP .nf #include void XmScrollBarSetValues (\fIwidget, value, slider_size, increment, page_increment, notify\fP) Widget \fIwidget\fP; int \fIvalue\fP; int \fIslider_size\fP; int \fIincrement\fP; int \fIpage_increment\fP; Boolean \fInotify\fP; \fB\fR(\fBvoid\fR) .fi .SH "DESCRIPTION" .PP \fBXmSetScrollBarValues\fP changes the ScrollBar\&'s increment values and the slider\&'s size and position\&. 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\fP" 10 Specifies the ScrollBar\&'s slider position\&. Refer to the \fBXmNvalue\fP resource described on \fBXmScrollBar\fP(3)\&. .IP "\fIslider_size\fP" 10 Specifies the size of the slider\&. Refer to the \fBXmNsliderSize\fP resource described on \fBXmScrollBar\fP(3)\&. This argument sets that resource\&. Specify a value of 0 (zero) if you do not want to change the value\&. .IP "\fIincrement\fP" 10 Specifies the amount of button increment and decrement\&. Refer to the \fBXmNincrement\fP resource described on \fBXmScrollBar\fP(3)\&. This argument sets that resource\&. Specify a value of 0 (zero) if you do not want to change the value\&. .IP "\fIpage_increment\fP" 10 Specifies the amount of page increment and decrement\&. Refer to the \fBXmNpageIncrement\fP resource described on \fBXmScrollBar\fP(3)\&. This argument sets that resource\&. Specify a value of 0 (zero) if you do not want to change the value\&. .IP "\fInotify\fP" 10 Specifies a Boolean value that, when True, indicates a change in the ScrollBar value and also specifies that the ScrollBar widget automatically activates the \fBXmNvalueChangedCallback\fP with the recent change\&. If it is set to False, it specifies any change that has occurred in the ScrollBar\&'s value, but does not activate \fBXmNvalueChangedCallback\fP\&. .PP For a complete definition of ScrollBar and its associated resources, see \fBXmScrollBar\fP(3)\&. .SH "RELATED" .PP \fBXmScrollBar\fP(3)\&. .\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:29