gio.ListModelT

Undocumented in source.

Public Imports

gio.c.functions
public import gio.c.functions;
Undocumented in source.
gio.c.types
public import gio.c.types;
Undocumented in source.
gobject.ObjectG
public import gobject.ObjectG;
Undocumented in source.
gobject.Signals
public import gobject.Signals;
Undocumented in source.
gtkc.giotypes
public import gtkc.giotypes;
Undocumented in source.
std.algorithm
public import std.algorithm;
Undocumented in source.

Members

Templates

ListModelT
template ListModelT(TStruct)

#GListModel is an interface that represents a mutable list of #GObjects. Its main intention is as a model for various widgets in user interfaces, such as list views, but it can also be used as a convenient method of returning lists of data, with support for updates.

Meta