> From: Mariano Suarez-Alvarez [mailto:[EMAIL PROTECTED] > The GtkTreeView only needs to be given a GObject which implements the > GtkTreeModel interface (check out the signature of > gtk_tree_view_set_model()). The GtkListStore and GtkTreeStore > classes are > just particular implementations of the GtkTreeModel. > > This is not very difficult to do, though a bit laborious (That's why > they came up with C++ :)
This might be easier in gtkmm, though we have no official examples of it yet. But I think some people have done it. >Murray Cumming [EMAIL PROTECTED] www.murrayc.com _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
