gtkTreeViewGetCellArea         package:RGtk2         R Documentation

_g_t_k_T_r_e_e_V_i_e_w_G_e_t_C_e_l_l_A_r_e_a

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

     Fills the bounding rectangle in bin_window coordinates for the
     cell at the row specified by 'path' and the column specified by
     'column'.  If 'path' is 'NULL', or points to a path not currently
     displayed, the 'y' and 'height' fields of the rectangle will be
     filled with 0. If 'column' is 'NULL', the 'x' and 'width' fields
     will be filled with 0.  The sum of all cell rects does not cover
     the entire tree; there are extra pixels in between rows, for
     example. The returned rectangle is equivalent to the 'cell.area'
     passed to 'gtkCellRendererRender'.  This function is only valid if
     'tree.view' is realized.

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

     gtkTreeViewGetCellArea(object, path, column)

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

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

  'path': ['GtkTreePath']  a 'GtkTreePath' for the row, or 'NULL' to
          get only horizontal coordinates

'column': ['GtkTreeViewColumn']  a 'GtkTreeViewColumn' for the column,
          or 'NULL' to get only vertical coordinates

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

     A list containing the following elements: 

  'rect': ['GdkRectangle']  rectangle to fill with cell rect

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

     Derived by RGtkGen from GTK+ documentation

