Module: Atk::HyperlinkImpl
- Defined in:
- (unknown)
Overview
A queryable interface which allows AtkHyperlink instances associated with an AtkObject to be obtained. AtkHyperlinkImpl corresponds to AT-SPI's Hyperlink interface, and differs from AtkHyperlink in that AtkHyperlink is an object type, rather than an interface, and thus cannot be directly queried. FTW
Instance Method Summary collapse
-
#get_hyperlink(impl) ⇒ Atk::Hyperlink
implementing AtkObject.
-
#hyperlink ⇒ Atk::Hyperlink
Gets the hyperlink associated with this object.
Instance Method Details
#get_hyperlink(impl) ⇒ Atk::Hyperlink
implementing AtkObject.
#hyperlink ⇒ Atk::Hyperlink
Gets the hyperlink associated with this object. implementing AtkObject.