atk.hyperlink_impl_mixin

Undocumented in source.

Public Imports

atk.hyperlink_impl_iface_proxy
public import atk.hyperlink_impl_iface_proxy;
Undocumented in source.
atk.c.functions
public import atk.c.functions;
Undocumented in source.
atk.c.types
public import atk.c.types;
Undocumented in source.
atk.hyperlink
public import atk.hyperlink;
Undocumented in source.
atk.types
public import atk.types;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gobject.object
public import gobject.object;
Undocumented in source.

Members

Templates

HyperlinkImplT
template HyperlinkImplT()

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