gtkScaleSetDigits           package:RGtk2           R Documentation

_g_t_k_S_c_a_l_e_S_e_t_D_i_g_i_t_s

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

     Sets the number of decimal places that are displayed in the value.
      Also causes the value of the adjustment to be rounded off to this
     number of digits, so the retrieved value matches the value the
     user saw.

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

     gtkScaleSetDigits(object, digits)

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

'object': ['GtkScale'] a 'GtkScale'.

'digits': [integer] the number of decimal places to display, e.g. use 1
          to display 1.0, 2 to display 1.00 etc.

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

     Derived by RGtkGen from GTK+ documentation

