gtkProgressBarPulse          package:RGtk2          R Documentation

_g_t_k_P_r_o_g_r_e_s_s_B_a_r_P_u_l_s_e

_D_e_s_c_r_i_p_t_i_o_n:

     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 'gtkProgressBarPulse' causes
     the block to move by a little bit (the amount of movement per
     pulse is determined by 'gtkProgressBarSetPulseStep').

_U_s_a_g_e:

     gtkProgressBarPulse(object)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkProgressBar']  a 'GtkProgressBar'

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

