gtkSpinButtonConfigure         package:RGtk2         R Documentation

_g_t_k_S_p_i_n_B_u_t_t_o_n_C_o_n_f_i_g_u_r_e

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

     Changes the properties of an existing spin button. The adjustment,
     climb rate, and number of decimal places are all changed
     accordingly, after this function call.

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

     gtkSpinButtonConfigure(object, adjustment = NULL, climb.rate, digits)

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

'object': ['GtkSpinButton'] a 'GtkSpinButton'.

'adjustment': ['GtkAdjustment'] a 'GtkAdjustment'.

'climb.rate': [numeric] the new climb rate.

'digits': [numeric] the number of decimal places to display in the spin
          button.

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

     Derived by RGtkGen from GTK+ documentation

