gtkTreeDragSourceRowDraggable     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_D_r_a_g_S_o_u_r_c_e_R_o_w_D_r_a_g_g_a_b_l_e

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

     Asks the 'GtkTreeDragSource' whether a particular row can be used
     as the source of a DND operation. If the source doesn't implement
     this interface, the row is assumed draggable.

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

     gtkTreeDragSourceRowDraggable(object, path)

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

'object': ['GtkTreeDragSource']  a 'GtkTreeDragSource'

  'path': ['GtkTreePath']  row on which user is initiating a drag

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

     [logical] 'TRUE' if the row can be dragged

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

     Derived by RGtkGen from GTK+ documentation

