gtkSelectionDataTargetsIncludeRichText package:RGtk2 R Documentation

_g_t_k_S_e_l_e_c_t_i_o_n_D_a_t_a_T_a_r_g_e_t_s_I_n_c_l_u_d_e_R_i_c_h_T_e_x_t

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

     Given a 'GtkSelectionData' object holding a list of targets,
     determines if any of the targets in 'targets' can be used to
     provide rich text.

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

     gtkSelectionDataTargetsIncludeRichText(object, buffer)

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

'object': ['GtkSelectionData']  a 'GtkSelectionData' object

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

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

     Since  2.10

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

     [logical] 'TRUE' if 'selection.data' holds a list of targets, and
     a suitable target for rich text is included, otherwise 'FALSE'.

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

     Derived by RGtkGen from GTK+ documentation

