atkDocumentSetAttributeValue      package:RGtk2      R Documentation

_a_t_k_D_o_c_u_m_e_n_t_S_e_t_A_t_t_r_i_b_u_t_e_V_a_l_u_e

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

     _undocumented _

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

     atkDocumentSetAttributeValue(object, attribute.name, attribute.value)

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

'object': ['AtkDocument']  a 'GObject' instance that implements
          AtkDocumentIface

'attribute.name': [character]  a character string representing the name
          of the attribute whose value is being set.

'attribute.value': [character]  a string value to be associated with
          'attribute_name'.

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

     Since  ATK 1.12

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

     [logical]  TRUE if 'value' is successfully associated with
     'attribute_name' for this document, FALSE otherwise (e.g. if the
     document does not allow the attribute to be modified).

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

     Derived by RGtkGen from GTK+ documentation

