gtkWidgetGetAccessible         package:RGtk2         R Documentation

_g_t_k_W_i_d_g_e_t_G_e_t_A_c_c_e_s_s_i_b_l_e

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

     Returns the accessible object that describes the widget to an
     assistive technology.

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

     gtkWidgetGetAccessible(object)

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

'object': ['GtkWidget']  a 'GtkWidget'

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

     If no accessibility library is loaded (i.e. no ATK implementation
     library is  loaded via 'GTK_MODULES' or via another application
     library,  such as libgnome), then this 'AtkObject' instance may be
     a no-op. Likewise,  if no class-specific 'AtkObject'
     implementation is available for the widget  instance in question,
     it will inherit an 'AtkObject' implementation from the  first
     ancestor class for which such an implementation is defined.

     The documentation of the ATK (<URL:
     http://developer.gnome.org/doc/API/2.0/atk/index.html>) library
     contains more information about accessible objects and their uses.

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

     ['AtkObject']  the 'AtkObject' associated with 'widget'

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

     Derived by RGtkGen from GTK+ documentation

