AtkSelection {RGtk2} | R Documentation |
The ATK interface implemented by container objects whose children can be selected.
atkSelectionAddSelection(object, i)
atkSelectionClearSelection(object)
atkSelectionRefSelection(object, i)
atkSelectionGetSelectionCount(object)
atkSelectionIsChildSelected(object, i)
atkSelectionRemoveSelection(object, i)
atkSelectionSelectAllSelection(object)
GInterface +----AtkSelection
AtkSelection is implemented by
AtkNoOpObject
.
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.
AtkSelection
selection-changed(atkselection, user.data)
atkselection
AtkSelection
] the object which received the signal.user.data
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/atk/AtkSelection.html