atkObjectGetAttributes         package:RGtk2         R Documentation

_a_t_k_O_b_j_e_c_t_G_e_t_A_t_t_r_i_b_u_t_e_s

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

     Get a list of properties applied to this object as a whole, as an
     'AtkAttributeSet' consisting of  name-value pairs. As such these
     attributes may be considered weakly-typed properties or
     annotations,  as distinct from strongly-typed object data
     available via other get/set methods. Not all objects have explicit
     "name-value pair" 'AtkAttributeSet' properties.

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

     atkObjectGetAttributes(object)

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

'object': ['AtkObject']  An 'AtkObject'.

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

     Since  ATK 1.12

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

     ['AtkAttributeSet']  an 'AtkAttributeSet' consisting of all
     explicit properties/annotations applied to  the object, or an
     empty set if the object has no name-value pair attributes assigned
     to it.

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

     Derived by RGtkGen from GTK+ documentation

