gtkClipboardWaitForContents      package:RGtk2      R Documentation

_g_t_k_C_l_i_p_b_o_a_r_d_W_a_i_t_F_o_r_C_o_n_t_e_n_t_s

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

     Requests the contents of the clipboard using the given target.
     This function waits for the data to be received using the main 
     loop, so events, timeouts, etc, may be dispatched during the wait.

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

     gtkClipboardWaitForContents(object, target)

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

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

     ['GtkSelectionData']  a newly-allocated 'GtkSelectionData' object
     or 'NULL' if retrieving the given target failed. If non-'NULL'.

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

     Derived by RGtkGen from GTK+ documentation

