AtkObjectFactory            package:RGtk2            R Documentation

_A_t_k_O_b_j_e_c_t_F_a_c_t_o_r_y

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

     The base object class for a factory used to create accessible
     objects for  objects of a specific GType.

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

     'atkObjectFactoryCreateAccessible(object, obj)'
      'atkObjectFactoryGetAccessibleType(object)'
      'atkObjectFactoryInvalidate(object)'

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

     GObject
        +----AtkObjectFactory
              +----AtkNoOpObjectFactory 

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

     This class is the base object class for a factory used to create
     an  accessible object for a specific GType. The function 
     'atkRegistrySetFactoryType' is normally called to store  in the
     registry the factory type to be used to create an accessible of a
     particular GType.

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


     '_A_t_k_O_b_j_e_c_t_F_a_c_t_o_r_y' The AtkObjectFactory 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/AtkObjectFactory.html>

