GtkButton in GtkTreeView?

Lazyweb: is it possible to put a GtkButton in a GtkTreeView? If yes, pointers to example code welcome. Thanks.

One Response to “GtkButton in GtkTreeView?”

  1. Anonymous says:

    I think the only way is to create your own GtkCellRendererButton, drawing the button with gtk_paint_box (maybe looking at _gtk_button_paint in gtkbutton.c).