[Gtk-sharp-list] How to include a Gtk.Button in a TreeView ?

Antonio Martínez Alvarez amartinez@atc.ugr.es
Sun, 18 Apr 2004 23:51:47 +0200


Hello.

We use this to include a Gtk.Button in a TreeView:
myTreeView.AppendColumn ("Label", new CellRendererText (), "text", 0);

or this in order to include a pixbuf:
myTreeView.AppendColumn ("", new CellRendererPixbuf (), "pixbuf", 1);

The question is, what I have to do to include a Button or other Gtk# 
widget inside a TreeView?

Thanks in advance.

--
Antonio Martínez