gtkDragGetData             package:RGtk2             R Documentation

_g_t_k_D_r_a_g_G_e_t_D_a_t_a

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

     Gets the data associated with a drag. When the data is received or
     the retrieval fails, GTK+ will emit a  "drag_data_received"
     signal. Failure of the retrieval is indicated by the length field
     of the 'selection.data' signal parameter being negative. However,
     when 'gtkDragGetData'  is called implicitely because the
     'GTK_DEST_DEFAULT_DROP' was set,  then the widget will not receive
     notification of failed drops.

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

     gtkDragGetData(object, context, target, time = "GDK_CURRENT_TIME")

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

'object': ['GtkWidget'] the widget that will receive the
          "drag_data_received" signal.

'context': ['GdkDragContext'] the drag context

'target': ['GdkAtom'] the target (form of the data) to retrieve.

  'time': [numeric] a timestamp for retrieving the data. This will
          generally be the time received in a "drag_data_motion" or
          "drag_data_drop" signal.

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

     Derived by RGtkGen from GTK+ documentation

