AtkSelection              package:RGtk2              R Documentation

_A_t_k_S_e_l_e_c_t_i_o_n

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

     The ATK interface implemented by container objects whose   
     children can be selected.

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

     'atkSelectionAddSelection(object, i)'
      'atkSelectionClearSelection(object)'
      'atkSelectionRefSelection(object, i)'
      'atkSelectionGetSelectionCount(object)'
      'atkSelectionIsChildSelected(object, i)'
      'atkSelectionRemoveSelection(object, i)'
      'atkSelectionSelectAllSelection(object)'

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

     GInterface
        +----AtkSelection 

_I_m_p_l_e_m_e_n_t_a_t_i_o_n_s:

     AtkSelection is implemented by 'AtkNoOpObject'.

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

     'AtkSelection' should be implemented by UI components with
     children which are exposed by 'atk_object_ref_child' and
     'atk_object_get_n_children', if the use of the parent UI component
     ordinarily involves selection of one or more of the objects
     corresponding to those 'AtkObject' children - for example,
     selectable lists.

     Note that other types of "selection" (for instance text selection)
     are accomplished a other ATK interfaces - 'AtkSelection' is
     limited to the selection/deselection of children.

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


     '_A_t_k_S_e_l_e_c_t_i_o_n' The AtkAction structure does not contain any
          fields.


_S_i_g_n_a_l_s:


     '_s_e_l_e_c_t_i_o_n-_c_h_a_n_g_e_d(_a_t_k_s_e_l_e_c_t_i_o_n, _u_s_e_r._d_a_t_a)' The
          "selection-changed" signal is emitted by an object which
          implements  AtkSelection interface when the selection
          changes.

          '_a_t_k_s_e_l_e_c_t_i_o_n' ['AtkSelection'] the object which received the
               signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


_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/AtkSelection.html>

_S_e_e _A_l_s_o:

     'AtkText'

