gtkSpinButtonNewWithRange       package:RGtk2       R Documentation

_g_t_k_S_p_i_n_B_u_t_t_o_n_N_e_w_W_i_t_h_R_a_n_g_e

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

     This is a convenience constructor that allows creation of a
     numeric  'GtkSpinButton' without manually creating an adjustment.
     The value is  initially set to the minimum value and a page
     increment of 10 * 'step' is the default. The precision of the spin
     button is equivalent to the  precision of 'step'.

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

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

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

   'min': [numeric]  Minimum allowable value

   'max': [numeric]  Maximum allowable value

  'step': [numeric]  Increment added or subtracted by spinning the
          widget

_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 'gtkSpinButtonSetDigits' to correct
     it.

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

     ['GtkWidget']  The new spin button as a 'GtkWidget'.

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

     Derived by RGtkGen from GTK+ documentation

