Re: Selection of Toogle Button in a tree view



On Tue, Nov 14, 2006 at 08:10:09AM +0000, Saba Khan wrote:
> 
> I want to select single toggle button in  a tree as i already used "toggled" 
> signal to select the check box.

This does not make sense, the signal is *emitted* by the
check box.  You only catch it and change the model
accordingly.

> But problem is that when me going to select single toggle button in a tree 
> view, multiple check boxes selected in all rows of tree view.

You probably tamper with the cell renderer instead of
changing the model and letting the thing update itself.

Yeti


--
Whatever.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]