atk.StreamableContentT

Undocumented in source.

Public Imports

atk.c.functions
public import atk.c.functions;
Undocumented in source.
atk.c.types
public import atk.c.types;
Undocumented in source.
glib.IOChannel
public import glib.IOChannel;
Undocumented in source.
glib.Str
public import glib.Str;
Undocumented in source.
gtkc.atktypes
public import gtkc.atktypes;
Undocumented in source.

Members

Templates

StreamableContentT
template StreamableContentT(TStruct)

An interface whereby an object allows its backing content to be streamed to clients. Typical implementors would be images or icons, HTML content, or multimedia display/rendering widgets.

Meta