gtk.TreeSortableT

Undocumented in source.

Public Imports

gobject.Signals
public import gobject.Signals;
gtk.c.functions
public import gtk.c.functions;
gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;
std.algorithm
public import std.algorithm;

Members

Templates

TreeSortableT
template TreeSortableT(TStruct)

GtkTreeSortable is an interface to be implemented by tree models which support sorting. The gtk.TreeView uses the methods provided by this interface to sort the model.