gtkTreeSetRowDragData         package:RGtk2         R Documentation

_g_t_k_T_r_e_e_S_e_t_R_o_w_D_r_a_g_D_a_t_a

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

     Sets selection data of target type 'GTK_TREE_MODEL_ROW'. Normally
     used in a drag_data_get handler.

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

     gtkTreeSetRowDragData(object, tree.model, path)

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

'object': ['GtkSelectionData']  some 'GtkSelectionData'

'tree.model': ['GtkTreeModel']  a 'GtkTreeModel'

  'path': ['GtkTreePath']  a row in 'tree.model'

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

     [logical] 'TRUE' if the 'GtkSelectionData' had the proper target
     type to allow us to set a tree row

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

     Derived by RGtkGen from GTK+ documentation

