gtkClipboardSetWithOwner        package:RGtk2        R Documentation

_g_t_k_C_l_i_p_b_o_a_r_d_S_e_t_W_i_t_h_O_w_n_e_r

_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:

     gtkClipboardSetWithOwner(object, targets, get.func, owner = 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

 'owner': ['GObject']       an object that "owns" the data. This object
          will be passed to the callbacks when called. 

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

     The difference between this function and 'gtkClipboardSetWithData'
     is that instead of an generic 'user.data' pointer, a 'GObject' is
     passed in.

_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

