gtkTreeSortableGetSortColumnId     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_S_o_r_t_a_b_l_e_G_e_t_S_o_r_t_C_o_l_u_m_n_I_d

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

     Fills in 'sort.column.id' and 'order' with the current sort column
     and the order.  It returns 'TRUE' unless the 'sort.column.id' is 
     'GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID' or 
     'GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID'.

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

     gtkTreeSortableGetSortColumnId(object)

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

'object': ['GtkTreeSortable']  A 'GtkTreeSortable'

_V_a_l_u_e:

     A list containing the following elements: 

  retval: [logical] 'TRUE' if the sort column is not one of the special
          sort column ids.

'sort.column.id': [integer]  The sort column id to be filled in

 'order': ['GtkSortType']  The 'GtkSortType' to be filled in

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

     Derived by RGtkGen from GTK+ documentation

