gtkTreeViewColumnCellSetCellData    package:RGtk2    R Documentation

_g_t_k_T_r_e_e_V_i_e_w_C_o_l_u_m_n_C_e_l_l_S_e_t_C_e_l_l_D_a_t_a

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

     Sets the cell renderer based on the 'tree.model' and 'iter'.  That
     is, for every attribute mapping in 'tree.column', it will get a
     value from the set column on the 'iter', and use that value to set
     the attribute on the cell renderer.  This is used primarily by the
     'GtkTreeView'.

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

     gtkTreeViewColumnCellSetCellData(object, tree.model, iter, is.expander, is.expanded)

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

'object': ['GtkTreeViewColumn']  A 'GtkTreeViewColumn'.

'tree.model': ['GtkTreeModel']  The 'GtkTreeModel' to to get the cell
          renderers attributes from.

  'iter': ['GtkTreeIter']  The 'GtkTreeIter' to to get the cell
          renderer's attributes from.

'is.expander': [logical] 'TRUE', if the row has children

'is.expanded': [logical] 'TRUE', if the row has visible children

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

     Derived by RGtkGen from GTK+ documentation

