gtkmm: Gtk::HScale Class Reference

A horizontal slider for selecting values. More...

Inheritance diagram for Gtk::HScale:
Collaboration diagram for Gtk::HScale:

List of all members.

Public Member Functions

virtual ~HScale ()
GtkHScale* gobj ()
 Provides access to the underlying C GtkObject.

const GtkHScale* gobj () const
 Provides access to the underlying C GtkObject.

 HScale ()
 HScale (double min, double max, double step)
 Construct a HScale with the given minimum and maximum.

 HScale (const Glib::RefPtr< Adjustment >& adjustment)

Related Functions

(Note that these are not member functions.)

Gtk::HScalewrap (GtkHScale* object, bool take_copy=false)
 A Glib::wrap() method for this object.


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.

The HScale widget looks like this:

hscale1.png

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 ( const Glib::RefPtr< Adjustment >&  adjustment) [explicit]

Member Function Documentation

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

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Scale.

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

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Scale.


Friends And Related Function Documentation

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

A Glib::wrap() method for this object.

Parameters:
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file:
  • gtkmm/scale.h