gtkTreeViewScrollToPoint        package:RGtk2        R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_c_r_o_l_l_T_o_P_o_i_n_t

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

     Scrolls the tree view such that the top-left corner of the visible
     area is 'tree.x', 'tree.y', where 'tree.x' and 'tree.y' are
     specified in tree window coordinates.  The 'tree.view' must be
     realized before this function is called.  If it isn't, you
     probably want to be using 'gtkTreeViewScrollToCell'.

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

     gtkTreeViewScrollToPoint(object, tree.x, tree.y)

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

'object': ['GtkTreeView']  a 'GtkTreeView'

'tree.x': [integer]  X coordinate of new top-left pixel of visible
          area, or -1

'tree.y': [integer]  Y coordinate of new top-left pixel of visible
          area, or -1

_D_e_t_a_i_l_s:

     If either 'tree.x' or 'tree.y' are -1, then that direction isn't
     scrolled.

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

     Derived by RGtkGen from GTK+ documentation

