gtkRangeSetFillLevel          package:RGtk2          R Documentation

_g_t_k_R_a_n_g_e_S_e_t_F_i_l_l_L_e_v_e_l

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

     Set the new position of the fill level indicator.

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

     gtkRangeSetFillLevel(object, fill.level)

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

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

'fill.level': [numeric]  the new position of the fill level indicator

_D_e_t_a_i_l_s:

     The "fill level" is probably best described by its most prominent
     use case, which is an indicator for the amount of pre-buffering in
     a streaming media player. In that use case, the value of the range
     would indicate the current play position, and the fill level would
     be the position up to which the file/stream has been downloaded.

     This amount of prebuffering can be displayed on the range's trough
     and is themeable separately from the trough. To enable fill level
     display, use 'gtkRangeSetShowFillLevel'. The range defaults to not
     showing the fill level.

     Additionally, it's possible to restrict the range's slider
     position to values which are smaller than the fill level. This is
     controller by 'gtkRangeSetRestrictToFillLevel' and is by default
     enabled.  

     Since  2.12

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

     Derived by RGtkGen from GTK+ documentation

