gtk.TreeModelT

Undocumented in source.

Public Imports

glib.MemorySlice
public import glib.MemorySlice;
Undocumented in source.
glib.Str
public import glib.Str;
Undocumented in source.
gobject.ObjectG
public import gobject.ObjectG;
Undocumented in source.
gobject.Signals
public import gobject.Signals;
Undocumented in source.
gobject.Value
public import gobject.Value;
Undocumented in source.
gtk.TreeIter
public import gtk.TreeIter;
Undocumented in source.
gtk.TreePath
public import gtk.TreePath;
Undocumented in source.
gtk.c.functions
public import gtk.c.functions;
Undocumented in source.
gtk.c.types
public import gtk.c.types;
Undocumented in source.
gtkc.gtktypes
public import gtkc.gtktypes;
Undocumented in source.
std.algorithm
public import std.algorithm;
Undocumented in source.

Members

Templates

TreeModelT
template TreeModelT(TStruct)

The #GtkTreeModel interface defines a generic tree interface for use by the #GtkTreeView widget. It is an abstract interface, and is designed to be usable with any appropriate data structure. The programmer just has to implement this interface on their own data type for it to be viewable by a #GtkTreeView widget.

Meta