gdkDragGetProtocol           package:RGtk2           R Documentation

_g_d_k_D_r_a_g_G_e_t_P_r_o_t_o_c_o_l

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

     Finds out the DND protocol supported by a window.

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

     gdkDragGetProtocol(xid)

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

   'xid': [numeric]  the X id of the destination window.

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

     A list containing the following elements: 

  retval: [numeric]  the X id of the window where the drop should
          happen. This  may be 'xid' or the X id of a proxy window, or
          None if 'xid' doesn't support Drag and Drop.

'protocol': ['GdkDragProtocol']  location where the supported DND
          protocol is returned.

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

     Derived by RGtkGen from GTK+ documentation

