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