how to focus only mouse pointed button in a gtktree row.

2008-12-25 Thread prasadam kumar
Hi, I am able to render buttons on the gtktree cells and able to get the focus on all the buttons when ever mouse pointer moves to particular row, but the problem is if *I want to focus mouse pointed button only in a gtktree row but* it is focusing all the buttons in a row. How to overcome this

Re: how to add button inside the treview list

2008-12-16 Thread prasadam kumar
ell renderer display a button when > it is being edited (have a look at the GtkCellRendererText which adopts this > approach). > > Vivien > > 2008/12/16 prasadam kumar > >> Hi, >> >> I am unable to find the way to add the button inside the treeview using >&

how to add button inside the treview list

2008-12-16 Thread prasadam kumar
Hi, I am unable to find the way to add the button inside the treeview using GTK 'C' bindings. I am able to insert pixbuf,togglebuttons,processbar inside the treeview, but according to my requirement i have to put Button inside the treeview. I have not found any API related to button with treeview