gtkTreeViewColumnSetSortOrder     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_V_i_e_w_C_o_l_u_m_n_S_e_t_S_o_r_t_O_r_d_e_r

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

     Changes the appearance of the sort indicator.

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

     gtkTreeViewColumnSetSortOrder(object, order)

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

'object': ['GtkTreeViewColumn']  a 'GtkTreeViewColumn'

 'order': ['GtkSortType']  sort order that the sort indicator should
          indicate

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

     This _does not_ actually sort the model.  Use
     'gtkTreeViewColumnSetSortColumnId' if you want automatic sorting
     support.  This function is primarily for custom sorting behavior,
     and should be used in conjunction with
     'gtkTreeSortableSetSortColumn()' to do that. For custom models,
     the mechanism will vary. 

     The sort indicator changes direction to indicate normal sort or
     reverse sort. Note that you must have the sort indicator enabled
     to see anything when  calling this function; see
     'gtkTreeViewColumnSetSortIndicator'.

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

     Derived by RGtkGen from GTK+ documentation

