gtkCellLayoutSetCellDataFunc      package:RGtk2      R Documentation

_g_t_k_C_e_l_l_L_a_y_o_u_t_S_e_t_C_e_l_l_D_a_t_a_F_u_n_c

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

     Sets the 'GtkCellLayoutDataFunc' to use for 'cell.layout'. This
     function is used instead of the standard attributes mapping for
     setting the column value, and should set the value of
     'cell.layout''s cell renderer(s) as appropriate. 'func' may be
     'NULL' to remove and older one.

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

     gtkCellLayoutSetCellDataFunc(object, cell, func, func.data = NULL)

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

'object': ['GtkCellLayout']  A 'GtkCellLayout'.

  'cell': ['GtkCellRenderer']  A 'GtkCellRenderer'.

  'func': ['GtkCellLayoutDataFunc']  The 'GtkCellLayoutDataFunc' to
          use.

'func.data': [R object]  The user data for 'func'.

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

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

