Copyright 2008, 2009 Kevin Ryde

This file is part of Gtk2-Ex-ListModelConcat.

Gtk2-Ex-ListModelConcat is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3, or (at
your option) any later version.

Gtk2-Ex-ListModelConcat is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License along
with Gtk2-Ex-ListModelConcat.  If not, see <http://www.gnu.org/licenses/>.



Gtk2::Ex::ListModelConcat presents the contents of multiple list type
Gtk2::TreeModel objects as a single concatenated list.  Changes in the
sub-models are reported up, and changes can be applied down through
the Concat model, if the sub-models are editable.

The prerequisites are Gtk2-Perl and my Glib-Ex-ObjectBits.  The
ListModelConcat home page is

http://user42.tuxfamily.org/gtk2-ex-listmodelconcat/index.html