pangoAttributeEqual          package:RGtk2          R Documentation

_p_a_n_g_o_A_t_t_r_i_b_u_t_e_E_q_u_a_l

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

     Compare two attributes for equality. This compares only the actual
     value of the two attributes and not the ranges that the attributes
     apply to.

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

     pangoAttributeEqual(object, attr2)

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

'object': ['PangoAttribute']  a 'PangoAttribute'

 'attr2': ['PangoAttribute']  another 'PangoAttribute'

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

     [logical] 'TRUE' if the two attributes have the same value.

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

     Derived by RGtkGen from GTK+ documentation

