gtkClipboardRequestContents      package:RGtk2      R Documentation

_g_t_k_C_l_i_p_b_o_a_r_d_R_e_q_u_e_s_t_C_o_n_t_e_n_t_s

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

     Requests the contents of clipboard as the given target. When the
     results of the result are later received the supplied callback
     will be called.

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

     gtkClipboardRequestContents(object, target, callback, user.data = NULL)

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

'object': ['GtkClipboard']  a 'GtkClipboard'

'target': ['GdkAtom']     an atom representing the form into which the
          clipboard owner should convert the selection.

'callback': ['GtkClipboardReceivedFunc']   A function to call when the
          results are received (or the retrieval fails). If the
          retrieval fails the length field of 'selection.data' will be
          negative.

'user.data': [R object]  user data to pass to 'callback'

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

     Derived by RGtkGen from GTK+ documentation

