gdkDragMotion             package:RGtk2             R Documentation

_g_d_k_D_r_a_g_M_o_t_i_o_n

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

     Updates the drag context when the pointer moves or the  set of
     actions changes.

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

     gdkDragMotion(object, dest.window, protocol, x.root, y.root, suggested.action, possible.actions, time)

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

'object': ['GdkDragContext']  a 'GdkDragContext'.

'dest.window': ['GdkWindow']  the new destination window, obtained by 
          'gdkDragFindWindow'.

'protocol': ['GdkDragProtocol']  the DND protocol in use, obtained by
          'gdkDragFindWindow'.

'x.root': [integer]  the x position of the pointer in root coordinates.

'y.root': [integer]  the y position of the pointer in root coordinates.

'suggested.action': ['GdkDragAction']  the suggested action.

'possible.actions': ['GdkDragAction']  the possible actions.

  'time': [numeric]  the timestamp for this operation.

_D_e_t_a_i_l_s:

     This function is called by the drag source.

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

     [logical]  FIXME

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

     Derived by RGtkGen from GTK+ documentation

