GtkButton in GtkTreeView?
Lazyweb: is it possible to put a GtkButton in a GtkTreeView? If yes, pointers to example code welcome. Thanks.
Lazyweb: is it possible to put a GtkButton in a GtkTreeView? If yes, pointers to example code welcome. Thanks.
Bad Behavior has blocked 255 access attempts in the last 7 days.
August 30th, 2007 at 6:05 pm
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).