gtkTreeDragDestDragDataReceived    package:RGtk2    R Documentation

_g_t_k_T_r_e_e_D_r_a_g_D_e_s_t_D_r_a_g_D_a_t_a_R_e_c_e_i_v_e_d

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

     Asks the 'GtkTreeDragDest' to insert a row before the path 'dest',
     deriving the contents of the row from 'selection.data'. If 'dest'
     is outside the tree so that inserting before it is impossible,
     'FALSE' will be returned. Also, 'FALSE' may be returned if the new
     row is not created for some model-specific reason.  Should
     robustly handle a 'dest' no longer found in the model!

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

     gtkTreeDragDestDragDataReceived(object, dest, selection.data)

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

'object': ['GtkTreeDragDest']  a 'GtkTreeDragDest'

  'dest': ['GtkTreePath']  row to drop in front of

'selection.data': ['GtkSelectionData']  data to drop

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

     [logical]  whether a new row was created before position 'dest'

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

     Derived by RGtkGen from GTK+ documentation

