HScale


Object Hierarchy:

Gtk.HScale Gtk.HScale Gtk.HScale Gtk.Scale Gtk.Scale Gtk.Scale->Gtk.HScale Gtk.Range Gtk.Range Gtk.Range->Gtk.Scale Gtk.Widget Gtk.Widget Gtk.Widget->Gtk.Range GLib.InitiallyUnowned GLib.InitiallyUnowned GLib.InitiallyUnowned->Gtk.Widget GLib.Object GLib.Object GLib.Object->GLib.InitiallyUnowned Atk.Implementor Atk.Implementor Atk.Implementor->Gtk.HScale Atk.Implementor->Gtk.Scale Atk.Implementor->Gtk.Range Atk.Implementor->Gtk.Widget Gtk.Buildable Gtk.Buildable Gtk.Buildable->Gtk.HScale Gtk.Buildable->Gtk.Scale Gtk.Buildable->Gtk.Range Gtk.Buildable->Gtk.Widget Gtk.Orientable Gtk.Orientable Gtk.Orientable->Gtk.HScale Gtk.Orientable->Gtk.Scale Gtk.Orientable->Gtk.Range

Description:

[ CCode ( type_id = "gtk_hscale_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "3.2" , replacement = "Scale" ) ]
public class HScale : Scale, Implementor, Buildable, Orientable

Warning: HScale is deprecated since 3.2. Use Scale.

The HScale widget is used to allow the user to select a value using a horizontal slider.

To create one, use HScale.with_range.

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

GtkHScale has been deprecated, use Scale instead.


Namespace: Gtk
Package: gtk+-3.0

Content:

Creation methods:

Inherited Members:

All known members inherited from class Gtk.Widget
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Orientable