gtk.tree_model_mixin

Module for TreeModel interface mixin

Public Imports

gtk.tree_model_iface_proxy
public import gtk.tree_model_iface_proxy;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gobject.dclosure
public import gobject.dclosure;
Undocumented in source.
gobject.gid_builder
public import gobject.gid_builder;
Undocumented in source.
gobject.object
public import gobject.object;
Undocumented in source.
gobject.types
public import gobject.types;
Undocumented in source.
gobject.value
public import gobject.value;
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.
gtk.tree_iter
public import gtk.tree_iter;
Undocumented in source.
gtk.tree_path
public import gtk.tree_path;
Undocumented in source.
gtk.types
public import gtk.types;
Undocumented in source.

Members

Templates

TreeModelGidBuilderT
template TreeModelGidBuilderT()

Fluent builder implementation template for gtk.tree_model.TreeModel

TreeModelT
template TreeModelT()

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.