Google

logo top
Main Page   Widgets   Namespaces   Book  

Gtk::VScale Class Reference
[Widgets]

A vertical slider for selecting values. More...

Inheritance diagram for Gtk::VScale:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~VScale ()
GtkVScale* gobj ()
const GtkVScale* gobj () const
 VScale ()
 VScale (double min, double max, double step)
 Construct a VScale with the given minimum and maximum.

 VScale (Adjustment& adjustment)

Related Functions

(Note that these are not member functions.)

Gtk::VScale* wrap (GtkVScale* object, bool take_copy=false)

Detailed Description

A vertical slider for selecting values.

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.


Constructor & Destructor Documentation

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]
 


Member Function Documentation

const GtkVScale* Gtk::VScale::gobj (   const [inline]
 

Reimplemented from Gtk::Scale.

GtkVScale* Gtk::VScale::gobj (   [inline]
 

Reimplemented from Gtk::Scale.


Friends And Related Function Documentation

Gtk::VScale* wrap ( GtkVScale*    object,
bool    take_copy = false
[related]
 


The documentation for this class was generated from the following file:
Generated for gtkmm by Doxygen 1.3-rc1 © 1997-2001