Package: gtk

Accessor gtk-adjustment-lower

Lambda List

gtk-adjustment-lower (object)

Syntax

(gtk-adjustment-lower object) => lower
(setf (gtk-adjustment-lower object) lower)

Arguments

object -- a gtk-adjustment object
lower -- a double float with the minimum value

Details

Accessor of the lower slot of the gtk-adjustment class.

The gtk-adjustment-lower slot access function retrieves the minimum value of the adjustment. The (setf gtk-adjustment-lower) slot access function sets the minimum value of the adjustment.

When setting multiple adjustment properties via their individual setters, multiple "changed" signals will be emitted. However, since the emission of the "changed" signal is tied to the emission of the "notify" signals of the changed properties, it is possible to compress the "changed" signals into one by calling the g-object-freeze-notify and g-object-thaw-notify functions around the calls to the individual setters.

Alternatively, using the gtk-adjustment-configure function has the same effect of compressing "changed" emissions.
 

See also

2020-12-18