gtkTreeDragDestRowDropPossible     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_D_r_a_g_D_e_s_t_R_o_w_D_r_o_p_P_o_s_s_i_b_l_e

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

     Determines whether a drop is possible before the given
     'dest.path', at the same depth as 'dest.path'. i.e., can we drop
     the data in 'selection.data' at that location. 'dest.path' does
     not have to exist; the return value will almost certainly be
     'FALSE' if the parent of 'dest.path' doesn't exist, though.

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

     gtkTreeDragDestRowDropPossible(object, dest.path, selection.data)

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

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

'dest.path': ['GtkTreePath']  destination row

'selection.data': ['GtkSelectionData']  the data being dragged

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

     [logical] 'TRUE' if a drop is possible before 'dest.path'

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

     Derived by RGtkGen from GTK+ documentation

