Google

logo top
Main Page   Widgets   Namespaces   Book  

Gtk::HScale Class Reference
[Widgets]

A horizontal slider for selecting values. More...

Inheritance diagram for Gtk::HScale:

Inheritance graph
[legend]
List of all members.

Public Methods

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

 HScale (Adjustment& adjustment)

Related Functions

(Note that these are not member functions.)

Gtk::HScale* wrap (GtkHScale* object, bool take_copy=false)

Detailed Description

A horizontal slider for selecting values.

The Gtk::HScale widget is used to allow the user to select a value using a horizontal slider. See the Gtk::Scale documentation for more information on how to use a Gtk::HScale.


Constructor & Destructor Documentation

virtual Gtk::HScale::~HScale (   [virtual]
 

Gtk::HScale::HScale (  
 

Gtk::HScale::HScale ( double    min,
double    max,
double    step
 

Construct a HScale 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::HScale::HScale ( Adjustment   adjustment [explicit]
 


Member Function Documentation

const GtkHScale* Gtk::HScale::gobj (   const [inline]
 

Reimplemented from Gtk::Scale.

GtkHScale* Gtk::HScale::gobj (   [inline]
 

Reimplemented from Gtk::Scale.


Friends And Related Function Documentation

Gtk::HScale* wrap ( GtkHScale*    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