atkGetDefaultRegistry         package:RGtk2         R Documentation

_a_t_k_G_e_t_D_e_f_a_u_l_t_R_e_g_i_s_t_r_y

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

     Gets a default implementation of the 'AtkObjectFactory'/type
     registry. Note: For most toolkit maintainers, this will be the
     correct registry for registering new 'AtkObject' factories.
     Following a call to this function, maintainers may call
     'atkRegistrySetFactoryType' to associate an 'AtkObjectFactory'
     subclass with the GType of objects for whom accessibility
     information will be provided.

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

     atkGetDefaultRegistry()

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

     ['AtkRegistry']  a default implementation of the
     'AtkObjectFactory'/type registry

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

     Derived by RGtkGen from GTK+ documentation

