Gtk.ProgressBar.prototype.set_inverted

function set_inverted(inverted:Boolean):void {
    // Gjs wrapper for gtk_progress_bar_set_inverted()
}

Progress bars normally grow from top to bottom or left to right. Inverted progress bars grow in the opposite direction.

inverted

true to invert the progress bar