Last updated: Sun, 12 May 2013 view this page in English
GtkProgressBar::pulse
void pulse();
Indicates that some progress is made, but you don't know how much.
Causes the progress bar to enter "activity mode," where a block bounces
back and forth. Each call to pulse() causes the block to move by a
little bit (the amount of movement per pulse is determined by
set_pulse_step() ).
User Contributed Notes gtk.gtkprogressbar.method.pulse.php
There are no user contributed notes for this page.