Re: [Java-gnome-developer] Updating sorted TreeModel
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2008-12-17 02:18:05
|
On Thu, 2008-12-11 at 23:35 +0100, Przemyslaw Wesolek wrote: > What I meant is that your solution (wrapping models) works smoothly, but > it's not a straight-forward idea -- at least for me. Well, that's what GTK provides as it's mechanism for doing these things, so there's not a whole lot we can do about changing that. I personally find the whole TreeModelSort thing a bit cumbersome, but that's what we have to work with. > unexpected behavior of iteration process when changing the model, That, on the other hand, is something we can attempt to address. If you can suggest what to say in the documentation instead of what is there now, then we can certainly change it to prevent people like you having such misconceptions in the future. See HACKING for how to submit a patch with your proposed improvements. Cheers! AfC Sydney |