Atk.HyperlinkImpl¶
- Implementations:
None
Methods¶
Virtual Methods¶
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Atk.HyperlinkImpl¶
- Bases:
- Structure:
A queryable interface which allows
Atk.Hyperlink
instances associated with anAtk.Object
to be obtained.Atk.HyperlinkImpl
corresponds to AT-SPI’s Hyperlink interface, and differs fromAtk.Hyperlink
in thatAtk.Hyperlink
is an object type, rather than an interface, and thus cannot be directly queried. FTW- get_hyperlink()[source]¶
- Returns:
an
Atk.Hyperlink
object which points to this implementingAtk.Object
.- Return type:
Gets the hyperlink associated with this object.
New in version 1.12.
- do_get_hyperlink() virtual¶
- Returns:
an
Atk.Hyperlink
object which points to this implementingAtk.Object
.- Return type:
Gets the hyperlink associated with this object.
New in version 1.12.