gtkDragDestSetProxy          package:RGtk2          R Documentation

_g_t_k_D_r_a_g_D_e_s_t_S_e_t_P_r_o_x_y

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

     Sets this widget as a proxy for drops to another window.

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

     gtkDragDestSetProxy(object, proxy.window, protocol, use.coordinates)

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

'object': ['GtkWidget'] a 'GtkWidget'

'proxy.window': ['GdkWindow'] the window to which to forward drag
          events

'protocol': ['GdkDragProtocol'] the drag protocol which the
          'proxy.window' accepts (You can use 'gdkDragGetProtocol' to
          determine this)

'use.coordinates': [logical] If 'TRUE', send the same coordinates to
          the destination, because it is an embedded  subwindow.

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

     Derived by RGtkGen from GTK+ documentation

