В Втр, 16/10/2007 в 11:29 +0200, Iker Perez de Albeniz пишет: > I have made my own widget from a Gtk::EventBox (with a gtk::DrawingArtea > inside) and i want to place it in a Treeview. I dont know hoy to do it > because all the renderers i have tried dont work.. is there any > posibility to place an user made widget on a treeview > > thanks,
well, yes, it's possible if you implement custom CellRenderer, almost same way as you did for your custom widget. Look at examples and source code (GTK+). -andrew _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
