4 * Encapsulates the ListView class.
7 #ifndef __LIST_VIEW_HPP__
8 #define __LIST_VIEW_HPP__
10 #include <gtkmm/treeview.h>
11 #include <libglademm.h>
21 * \brief The ListView class which displays the List contents.
23 class ListView
: public Gtk::TreeView
28 * \param cobject The C object.
29 * \param glade The glade object.
31 ListView(GtkTreeView
*cobject
, Glib::RefPtr
<Gnome::Glade::Xml
> &glade
);