gtkTreeViewSetRowSeparatorFunc     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_e_t_R_o_w_S_e_p_a_r_a_t_o_r_F_u_n_c

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

     Sets the row separator function, which is used to determine
     whether a row should be drawn as a separator. If the row separator
     function is 'NULL', no separators are drawn. This is the default
     value.

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

     gtkTreeViewSetRowSeparatorFunc(object, func, data = NULL)

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

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

  'func': ['GtkTreeViewRowSeparatorFunc']  a
          'GtkTreeViewRowSeparatorFunc'

  'data': [R object]  user data to pass to 'func', or 'NULL'

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

     Since  2.6

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

     Derived by RGtkGen from GTK+ documentation

