Package: gtk

Accessor gtk:cell-renderer-progress-pulse

Lambda List

gtk:cell-renderer-progress-pulse (object)

Syntax

(gtk:cell-renderer-progress-pulse object) => pulse
(setf (gtk:cell-renderer-progress-pulse object) pulse)

Arguments

object -- a gtk:cell-renderer-progress object
pulse -- an integer for the pulse value

Details

Accessor of the pulse slot of the gtk:cell-renderer-progress class. Setting this to a non-negative value causes the cell renderer to enter "activity mode", where a block bounces back and forth to indicate that some progress is made, without specifying exactly how much. Each increment of the property causes the block to move by a little bit. To indicate that the activity has not started yet, set the property to zero. To indicate completion, set the property to G_MAXINT.

Warning

The gtk:cell-renderer-progress implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-2-21