gtkClipboardSetWithData        package:RGtk2        R Documentation

_g_t_k_C_l_i_p_b_o_a_r_d_S_e_t_W_i_t_h_D_a_t_a

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

     Virtually sets the contents of the specified clipboard by
     providing a list of supported formats for the clipboard data and a
     function to call to get the actual data when it is requested.

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

     gtkClipboardSetWithData(object, targets, get.func, user.data = NULL)

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

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

'targets': ['GtkTargetEntry']     list containing information about the
          available forms for the clipboard data

'get.func': ['GtkClipboardGetFunc']    function to call to get the
          actual clipboard data

'user.data': [R object]   user data to pass to 'get.func' and
          'clear.func'.

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

     [logical] 'TRUE' if setting the clipboard data succeeded. If
     setting the clipboard data failed the provided callback functions
     will be ignored.

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

     Derived by RGtkGen from GTK+ documentation

