Selection
Object Hierarchy:
Description:
[ CCode ( type_id = "atspi_selection_get_type ()" ) ]
public interface Selection : Object
All known implementing classes:
Content:
Methods:
- public bool clear_selection () throws Error
Clears the current selection, removing all selected children from the
specified Selection implementor's selection list.
- public bool deselect_child (int child_index) throws Error
Deselects a specific child of an Selection
.
- public bool deselect_selected_child (int selected_child_index) throws Error
Removes a child from the selected children list of an
Selection.
- public int get_n_selected_children () throws Error
Gets the number of children of an Selection
implementor which are currently selected.
- public Accessible get_selected_child (int selected_child_index) throws Error
Gets the i-th selected
Accessible child of an Selection.
- public bool is_child_selected (int child_index) throws Error
Determines whether a particular child of an
Selection implementor is currently selected.
- public bool select_all () throws Error
Attempts to select all of the children of an
Selection implementor.
- public bool select_child (int child_index) throws Error
Adds a child to the selected children list of an
Selection.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref