Gtk.HScale.new
function new(adjustment:Gtk.Adjustment):Gtk.Widget {
// Gjs wrapper for gtk_hscale_new()
}Creates a new Gtk.HScale.
- adjustment
the Gtk.Adjustment which sets the range of the scale.
- Returns
a new Gtk.HScale.
function new(adjustment:Gtk.Adjustment):Gtk.Widget {
// Gjs wrapper for gtk_hscale_new()
}Creates a new Gtk.HScale.
the Gtk.Adjustment which sets the range of the scale.
a new Gtk.HScale.