atk.HypertextT

Undocumented in source.

Public Imports

atk.Hyperlink
public import atk.Hyperlink;
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.
gobject.ObjectG
public import gobject.ObjectG;
Undocumented in source.
gobject.Signals
public import gobject.Signals;
Undocumented in source.
gtkc.atktypes
public import gtkc.atktypes;
Undocumented in source.
std.algorithm
public import std.algorithm;
Undocumented in source.

Members

Templates

HypertextT
template HypertextT(TStruct)

An interface used for objects which implement linking between multiple resource or content locations, or multiple 'markers' within a single document. A Hypertext instance is associated with one or more Hyperlinks, which are associated with particular offsets within the Hypertext's included content. While this interface is derived from Text, there is no requirement that Hypertext instances have textual content; they may implement Image as well, and Hyperlinks need not have non-zero text offsets.

Meta