On Mon, 2011-10-03 at 17:34 +0200, Markus Elfring wrote: > > By using Gtk::TreeViewColumn::set_widget() on the column of the > > TreeView, it should be possible to display mostly anything that an > > application can display. > > This member function sounds interesting. > http://developer.gnome.org/gtkmm/3.2/classGtk_1_1TreeViewColumn.html#a3b8c4e3b7e8b579090440c50843efd26 > > Do you know any approach which combines it with the function > "Gtk::TreeView::append_column" directly?
Not really. It should not be any more difficult though to create the column, and then place it in the TreeView by using the append_column(Gtk::TreeViewColumn&) method. > > Have you heard about reusable base classes which will provide desired > adjustments for column header labels by a safe interface? No, though I don't see why it would not be possible. > > Regards, > Markus -- José _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
