Class Index Cross Index Namespace Index

Class Gtk::VScale

A vertical slider widget for selecting a value from a range.
Contained in: Gtk
Derived from: Gtk::Scale
Derived by: none

#include <gtk--/scale.h>


public function member index:

explicit VScale(Adjustment& adjustment);
VScale();
GtkVScale* gtkobj();
const GtkVScale* gtkobj() const;
static bool isA(Object* object);
virtual ~VScale();
 

Description:

The Gtk::VScale widget is used to allow the user to select a value using a horizontal slider. A Gtk::Adjustment is used to set the initial value, the lower and upper bounds, and the step and page increments.

The position to show the current value, and the number of decimal places shown can be set using the parent Gtk::Scale class's functions.


Function Member Descriptions:

Gtk::VScale::gtkobj - Returns the underlaying gtk+ object.

GtkVScale* gtkobj();

Gtk::VScale::isA - Returns true if object is this type.

static bool isA(Object* object);