gtkClipboardWaitIsRichTextAvailable  package:RGtk2  R Documentation

_g_t_k_C_l_i_p_b_o_a_r_d_W_a_i_t_I_s_R_i_c_h_T_e_x_t_A_v_a_i_l_a_b_l_e

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

     Test to see if there is rich text available to be pasted This is
     done by requesting the TARGETS atom and checking if it contains
     any of the supported rich text targets. 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:

     gtkClipboardWaitIsRichTextAvailable(object, buffer)

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

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

'buffer': ['GtkTextBuffer']  a 'GtkTextBuffer'

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

     This function is a little faster than calling
     'gtkClipboardWaitForRichText' since it doesn't need to retrieve
     the actual text.  

     Since  2.10

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

     [logical] 'TRUE' is there is rich text available, 'FALSE'
     otherwise.

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

     Derived by RGtkGen from GTK+ documentation

