Package: gtk

Function gtk:entry-progress-pulse

Lambda List

gtk:entry-progress-pulse (entry)

Arguments

entry -- a gtk:entry widget

Details

Indicates that some progress is made, but you do not know how much. Causes the progress indicator of the text entry to enter "activity mode", where a block bounces back and forth. Each call to the gtk:entry-progress-pulse function causes the block to move by a little bit. The amount of movement per pulse is determined by the gtk:entry-progress-pulse-step function.
 

See also

#2023-9-16