gtkRulerGetRange            package:RGtk2            R Documentation

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

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

     Retrieves values indicating the range and current position of a
     'GtkRuler'. See 'gtkRulerSetRange'.

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

     gtkRulerGetRange(object)

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

'object': ['GtkRuler']  a 'GtkRuler'

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

     A list containing the following elements: 

 'lower': [numeric]  location to store lower limit of the ruler, or
          'NULL'

 'upper': [numeric]  location to store upper limit of the ruler, or
          'NULL'

'position': [numeric]  location to store the current position of the
          mark on the ruler, or 'NULL'

'max.size': [numeric]  location to store the maximum size of the ruler
          used when calculating the space to leave for the text, or
          'NULL'.

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

     Derived by RGtkGen from GTK+ documentation

