Interface
AtkHyperlinkImpl
since: 1.0
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.
Available since: 1.0
Prerequisite
In order to implement HyperlinkImpl, your type must inherit fromGObject
.
Interface structure
struct AtkHyperlinkImplIface {
GTypeInterface parent;
AtkHyperlink* (* get_hyperlink) (
AtkHyperlinkImpl* impl
);
}
No description available.
Interface members
parent |
|
No description available. | |
get_hyperlink |
|
No description available. |