gtkVScaleNewWithRange         package:RGtk2         R Documentation

_g_t_k_V_S_c_a_l_e_N_e_w_W_i_t_h_R_a_n_g_e

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

     Creates a new vertical scale widget that lets the user input a
     number between 'min' and 'max' (including 'min' and 'max') with
     the increment 'step'.  'step' must be nonzero; it's the distance
     the slider moves when using the arrow keys to adjust the scale
     value.

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

     gtkVScaleNewWithRange(min, max, step, show = TRUE)

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

   'min': [numeric]  minimum value

   'max': [numeric]  maximum value

  'step': [numeric]  step increment (tick size) used with keyboard
          shortcuts

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

     Note that the way in which the precision is derived works best if
     'step'  is a power of ten. If the resulting precision is not
     suitable for your  needs, use 'gtkScaleSetDigits' to correct it.

_V_a_l_u_e:

     ['GtkWidget']  a new 'GtkVScale'

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

     Derived by RGtkGen from GTK+ documentation

