Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkSelection |
Interface : | Selection |
Implementations: | Atk.NoOpObject |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Atk.Selection | ||
clear_selection
()
:
Boolean
Clears the selection in the object so that no children in the object are selected.
Clears the selection in the object so that no children in the object are selected.
|
Atk.Selection | |
get_selection_count
()
:
Number
Gets the number of accessible children currently selected.
Gets the number of accessible children currently selected. indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method. if selection does not implement this interface.
|
Atk.Selection | |
Determines if the current child of this object is selected indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method.
Determines if the current child of this object is selected indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method. if selection does not implement this interface.
|
Atk.Selection | |
ref_selection
(Number i)
:
Atk.Object
Gets a reference to the accessible object representing the specified selected child of the object.
Gets a reference to the accessible object representing the specified selected child of the object. indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method. if selection does not implement this interface.
|
Atk.Selection | |
Atk.Selection | ||
select_all_selection
()
:
Boolean
Causes every child of the object to be selected if the object supports multiple selections.
Causes every child of the object to be selected if the object supports multiple selections.
|
Atk.Selection |
Event | Defined By | |
---|---|---|
selection_changed (Selection self)
:
none
|
Atk.Selection |