gtkAdjustmentNew            package:RGtk2            R Documentation

_g_t_k_A_d_j_u_s_t_m_e_n_t_N_e_w

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

     Creates a new 'GtkAdjustment'.

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

     gtkAdjustmentNew(value = NULL, lower = NULL, upper = NULL, step.incr = NULL, page.incr = NULL, page.size = NULL)

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

 'value': [numeric] the initial value.

 'lower': [numeric] the minimum value.

 'upper': [numeric] the maximum value.

'step.incr': [numeric] the step increment.

'page.incr': [numeric] the page increment.

'page.size': [numeric] the page size.

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

     ['GtkObject'] a new 'GtkAdjustment'.

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

     Derived by RGtkGen from GTK+ documentation

