Interface
AtkHyperlinkImpl
Description [src]
interface Atk.HyperlinkImpl : GObject.Object
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.
Prerequisite
In order to implement HyperlinkImpl, your type must inherit from
GObject
.
Instance methods
atk_hyperlink_impl_get_hyperlink
Gets the hyperlink associated with this object.
Available since: 1.12
Interface structure
struct AtkHyperlinkImplIface {
GTypeInterface parent;
AtkHyperlink* (* get_hyperlink) (
AtkHyperlinkImpl* impl
);
}
Interface members
parent |
|
No description available. | |
get_hyperlink |
|
No description available. |
Virtual methods
Atk.HyperlinkImpl.get_hyperlink
Gets the hyperlink associated with this object.