Package: gtk

Accessor gtk:progress-bar-inverted

Lambda List

gtk:progress-bar-inverted (object)

Syntax

(gtk:progress-bar-inverted object) => inverted
(setf (gtk:progress-bar-inverted object) inverted)

Arguments

object -- a gtk:progress-bar widget
inverted -- true to invert the progress bar

Details

The accessor for the inverted slot of the gtk:progress-bar class gets or sets the invert direction in which the progess bar grows. Progress bars normally grow from top to bottom or left to right. Inverted progress bars grow in the opposite direction.
 

See also

2025-08-04