gtkRulerSetRange            package:RGtk2            R Documentation

_g_t_k_R_u_l_e_r_S_e_t_R_a_n_g_e

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

     This sets the range of the ruler using gfloat lower, gfloat upper,
     gfloat position, and gfloat max_size.

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

     gtkRulerSetRange(object, lower, upper, position, max.size)

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

'object': ['GtkRuler'] the gtkruler

 'lower': [numeric] the lower limit of the ruler

 'upper': [numeric] the upper limit of the ruler

'position': [numeric] the mark on the ruler

'max.size': [numeric] the maximum size of the ruler

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

     Derived by RGtkGen from GTK+ documentation

