Gtk.Range.prototype.set_inverted
function set_inverted(setting:Boolean):void {
// Gjs wrapper for gtk_range_set_inverted()
}Ranges normally move from lower to higher values as the slider moves from top to bottom or left to right. Inverted ranges have higher values at the top or on the right rather than on the bottom or left.
- setting
true to invert the range