gtkTreeViewGetVisibleRect       package:RGtk2       R Documentation

_g_t_k_T_r_e_e_V_i_e_w_G_e_t_V_i_s_i_b_l_e_R_e_c_t

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

     Fills 'visible.rect' with the currently-visible region of the
     buffer, in tree coordinates. Convert to bin_window coordinates
     with 'gtkTreeViewConvertTreeToBinWindowCoords'. Tree coordinates
     start at 0,0 for row 0 of the tree, and cover the entire
     scrollable area of the tree.

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

     gtkTreeViewGetVisibleRect(object)

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

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

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

     A list containing the following elements: 

'visible.rect': ['GdkRectangle']  rectangle to fill

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

     Derived by RGtkGen from GTK+ documentation

