Re: TreeModel selected row number



On Tuesday 22 March 2005 03:41, Murray Cumming wrote:
> Yes, I think it's that difficult. But the row number should not be
> useful anyway, because the TreeModel is iterator based. It's the same as
> wanting to get the numerical index of a std::list.

It is actually very useful if the tree is being used as any sort of list box.  
And almost any gui toolkit I think of gives a row index in a list box so I 
would think it is a good candidate for a RFE.  That said, I am used to 
writing index lookups in a std::vector so I can do it that way.  
John



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