atkObjectInitialize          package:RGtk2          R Documentation

_a_t_k_O_b_j_e_c_t_I_n_i_t_i_a_l_i_z_e

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

     This function is called when implementing subclasses of
     'AtkObject'. It does initialization required for the new object.
     It is intended that this function should called only in the
     ...'new()' functions used to create an instance of a subclass of
     'AtkObject'

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

     atkObjectInitialize(object, data)

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

'object': ['AtkObject']  a 'AtkObject'

  'data': [R object]  a 'R object' which identifies the object for
          which the AtkObject was created.

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

     Derived by RGtkGen from GTK+ documentation

