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
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
>&
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