ATK                  package:RGtk2                  R Documentation

_A_T_K

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

     ATK is the Accessibility Toolkit. It provides a set of generic
     interfaces allowing accessibility technologies to interact with a
     graphical user interface. For example, a screen reader uses ATK to
     discover the text in an interface and read it to blind users. GTK+
     widgets have built-in support for accessibility using the ATK
     framework.

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

     The RGtk binding to the ATK library consists of the following
     components:

     _A_t_k_A_c_t_i_o_n The ATK interface provided by UI components which the
          user can activate/interact with,

     _A_t_k_C_o_m_p_o_n_e_n_t The ATK interface provided by UI components which
          occupy a physical area on the screen.

     _A_t_k_D_o_c_u_m_e_n_t The ATK interface which represents the toplevel
          container for document content.

     _A_t_k_E_d_i_t_a_b_l_e_T_e_x_t The ATK interface implemented by components
          containing user-editable text content.

     _A_t_k_G_O_b_j_e_c_t_A_c_c_e_s_s_i_b_l_e This object class is derived from AtkObject
          and can be used as a basis  implementing accessible objects.

     _A_t_k_H_y_p_e_r_l_i_n_k An ATK object which encapsulates a link or set of
          links in a hypertext document.

     _A_t_k_H_y_p_e_r_t_e_x_t The ATK interface which provides standard mechanism
          for manipulating hyperlinks.

     _A_t_k_I_m_a_g_e The ATK Interface implemented by components which expose
          image or pixmap content on-screen.

     _A_t_k_N_o_O_p_O_b_j_e_c_t An AtkObject which purports to implement all ATK
          interfaces.

     _A_t_k_N_o_O_p_O_b_j_e_c_t_F_a_c_t_o_r_y The AtkObjectFactory which creates an
          AtkNoOpObject.

     _A_t_k_O_b_j_e_c_t The base object class for the Accessibility Toolkit API.

     _A_t_k_O_b_j_e_c_t_F_a_c_t_o_r_y The base object class for a factory used to
          create accessible objects for  objects of a specific GType.

     _A_t_k_R_e_g_i_s_t_r_y An object used to store the GType of the factories
          used to create an accessible object for an object of a
          particular GType.

     _A_t_k_R_e_l_a_t_i_o_n An object used to describe a relation between a object
          and one or more other objects.

     _A_t_k_R_e_l_a_t_i_o_n_S_e_t A set of AtkRelations, normally the set of
          AtkRelations which an AtkObject has.

     _A_t_k_S_e_l_e_c_t_i_o_n The ATK interface implemented by container objects
          whose    children can be selected.

     _a_t_k-_A_t_k_S_t_a_t_e An AtkState describes a component's particular state.

     _a_t_k-_A_t_k_S_t_a_t_e_S_e_t An AtkStateSet determines a component's state set.

     _A_t_k_S_t_r_e_a_m_a_b_l_e_C_o_n_t_e_n_t The ATK interface which provides access to
          streamable content.

     _A_t_k_T_a_b_l_e The ATK interface implemented for UI components which
          contain tabular or row/column information.

     _A_t_k_T_e_x_t The ATK interface implemented by components with text
          content.

     _A_t_k_U_t_i_l A set of ATK utility functions for event and toolkit
          support.

     _A_t_k_V_a_l_u_e The ATK interface implemented by valuators and components
          which display or select a value from a bounded range of
          values.

_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>

