gtkTreeViewSetReorderable       package:RGtk2       R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_e_t_R_e_o_r_d_e_r_a_b_l_e

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

     This function is a convenience function to allow you to reorder
     models that support the 'GtkDragSourceIface' and the
     'GtkDragDestIface'.  Both 'GtkTreeStore' and 'GtkListStore'
     support these.  If 'reorderable' is 'TRUE', then the user can
     reorder the model by dragging and dropping rows.  The developer
     can listen to these changes by connecting to the model's
     row_inserted and row_deleted signals.

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

     gtkTreeViewSetReorderable(object, reorderable)

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

'object': ['GtkTreeView']  A 'GtkTreeView'.

'reorderable': [logical] 'TRUE', if the tree can be reordered.

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

     This function does not give you any degree of control over the
     order - any reordering is allowed.  If more control is needed, you
     should probably handle drag and drop manually.

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

     Derived by RGtkGen from GTK+ documentation

