Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkSelection |
Interface : | Selection |
Implementations: | Atk.NoOpObject |
None |
Method / Constructor | Defined By | |
---|---|---|
Atk.Selection | ||
clear_selection
()
:
gboolean
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
()
:
gint32
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
(gint32 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. accessible , or NULL if selection does not implement this interface.
|
Atk.Selection | |
Removes the specified child of the object from the object's selection.
|
Atk.Selection | |
select_all_selection
()
:
gboolean
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 |