gtkTreeDragSourceDragDataGet      package:RGtk2      R Documentation

_g_t_k_T_r_e_e_D_r_a_g_S_o_u_r_c_e_D_r_a_g_D_a_t_a_G_e_t

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

     Asks the 'GtkTreeDragSource' to fill in 'selection.data' with a
     representation of the row at 'path'. 'selection.data->target'
     gives the required type of the data.  Should robustly handle a
     'path' no longer found in the model!

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

     gtkTreeDragSourceDragDataGet(object, path)

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

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

  'path': ['GtkTreePath']  row that was dragged

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' if data of the required type was provided 

'selection.data': ['GtkSelectionData']  a 'GtkSelectionData' to fill
          with data from the dragged row

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

     Derived by RGtkGen from GTK+ documentation

