gtkRangeSetUpdatePolicy        package:RGtk2        R Documentation

_g_t_k_R_a_n_g_e_S_e_t_U_p_d_a_t_e_P_o_l_i_c_y

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

     Sets the update policy for the range. 'GTK_UPDATE_CONTINUOUS'
     means that anytime the range slider is moved, the range value will
     change and the value_changed signal will be emitted.
     'GTK_UPDATE_DELAYED' means that the value will be updated after a
     brief timeout where no slider motion occurs, so updates are spaced
     by a short time rather than continuous. 'GTK_UPDATE_DISCONTINUOUS'
     means that the value will only be updated when the user releases
     the button and ends the slider drag operation.

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

     gtkRangeSetUpdatePolicy(object, policy)

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

'object': ['GtkRange']  a 'GtkRange'

'policy': ['GtkUpdateType']  update policy

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

     Derived by RGtkGen from GTK+ documentation

