AtkRegistry              package:RGtk2              R Documentation

_A_t_k_R_e_g_i_s_t_r_y

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

     An object used to store the GType of the factories used to create
     an accessible object for an object of a particular GType.

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'atkRegistrySetFactoryType(object, type, factory.type)'
      'atkRegistryGetFactoryType(object, type)'
      'atkRegistryGetFactory(object, type)'
      'atkGetDefaultRegistry()'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----AtkRegistry 

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

     The AtkRegistry is normally used to create appropriate ATK "peers"
     for user interface components.  Application developers usually
     need only interact with the AtkRegistry by associating appropriate
     ATK implementation classes with GObject classes via the
     atk_registry_set_factory_type call, passing the appropriate GType
     for application custom widget classes.

_S_t_r_u_c_t_u_r_e_s:


     '_A_t_k_R_e_g_i_s_t_r_y' The AtkRegistry structure should not be accessed
          directly.


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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://developer.gnome.org/doc/API/2.0/atk/AtkRegistry.html>

