![]() |
![]() |
The Gtk::VScale widget is used to allow the user to select a value using a vertical slider. See the Gtk::Scale documentation for more information on how to use a Gtk::VScale.
Public Member Functions | ||||
const GtkVScale* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GtkVScale* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
VScale (Adjustment& adjustment) | ||||
VScale (double min, double max, double step) | ||||
Construct a VScale with the given minimum and maximum. | ||||
VScale () | ||||
virtual | ~VScale () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gtk::VScale* | wrap (GtkVScale* object, bool take_copy=false) | |||
|
virtual Gtk::VScale::~VScale | ( | ) | [virtual] |
Gtk::VScale::VScale | ( | ) |
Gtk::VScale::VScale | ( | double | min, | |
double | max, | |||
double | step | |||
) |
Construct a VScale with the given minimum and maximum.
The step size is the distance the slider moves when the arrow keys are used to adjust the scale value.
Gtk::VScale::VScale | ( | Adjustment& | adjustment | ) | [explicit] |
const GtkVScale* Gtk::VScale::gobj | ( | ) | const [inline] |
GtkVScale* Gtk::VScale::gobj | ( | ) | [inline] |
Gtk::VScale* wrap | ( | GtkVScale * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |