Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Author(s) References
A vertical slider widget for selecting a value from a range
gtkVScaleNew(adjustment = NULL, show = TRUE)
gtkVScaleNewWithRange(min, max, step, show = TRUE)
gtkVScale(adjustment = NULL, min, max, step, show = TRUE)
1 2 3 4 5 6 7 |
GtkVScale implements
AtkImplementorIface, GtkBuildable
and GtkOrientable
.
The GtkVScale
widget is used to allow the user to select a value using
a vertical slider. To create one, use gtkHScaleNewWithRange
.
The position to show the current value, and the number of decimal places
shown can be set using the parent GtkScale
class's functions.
GtkVScale
The GtkVScale
struct contains private data only, and
should be accessed using the functions below.
gtkVScale
is the result of collapsing the constructors of GtkVScale
(gtkVScaleNew
, gtkVScaleNewWithRange
) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkVScale.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.