gtkCListSetCompareFunc         package:RGtk2         R Documentation

_g_t_k_C_L_i_s_t_S_e_t_C_o_m_p_a_r_e_F_u_n_c

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

     Sets the compare function of the 'GtkClist' to 'cmp.func'. If
     'cmp.func' is NULL, then the default compare function is used. The
     default compare function sorts ascending or with the type set by
     'gtkCListSetSortType' by the column set by
     'gtkCListSetSortColumn'. *WARNING: 'gtk_clist_set_compare_func' is
     deprecated and should not be used in newly-written code.*

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

     gtkCListSetCompareFunc(object, cmp.func)

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

'object': ['GtkCList'] The 'GtkCList' to affect.

'cmp.func': [GtkCListCompareFunc] The 'GtkCompareFunction' to use.

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

     Derived by RGtkGen from GTK+ documentation

