atk.HyperlinkImplT

Undocumented in source.

Public Imports

atk.Hyperlink
public import atk.Hyperlink;
atk.c.functions
public import atk.c.functions;
atk.c.types
public import atk.c.types;
gobject.ObjectG
public import gobject.ObjectG;
gtkc.atktypes
public import gtkc.atktypes;

Members

Templates

HyperlinkImplT
template HyperlinkImplT(TStruct)

AtkHyperlinkImpl allows AtkObjects to refer to their associated AtkHyperlink instance, if one exists. AtkHyperlinkImpl differs from AtkHyperlink in that AtkHyperlinkImpl is an interface, whereas AtkHyperlink is a object type. The AtkHyperlinkImpl interface allows a client to query an AtkObject for the availability of an associated AtkHyperlink instance, and obtain that instance. It is thus particularly useful in cases where embedded content or inline content within a text object is present, since the embedding text object implements AtkHypertext and the inline/embedded objects are exposed as children which implement AtkHyperlinkImpl, in addition to their being obtainable via AtkHypertext:getLink followed by AtkHyperlink:getObject.