1
2@c %start of fragment
3
4@node GtkVScale
5@chapter GtkVScale
6A vertical slider widget for selecting a value from a range
7
8@section Overview
9The @code{<gtk-vscale>} widget is used to allow the user to select a value using
10a vertical slider. To create one, use @code{gtk-hscale-new-with-range}.
11
12The position to show the current value, and the number of decimal places shown
13can be set using the parent @code{<gtk-scale>} class's functions.
14
15@section Usage
16@include defuns-gtkvscale.xml.texi
17
18@c %end of fragment
19