Re: GtkTreeView: GTK_SELECTION_SINGLE not working?

2008-04-20 Thread Kristian Rietveld
Hi, Apologies for the late reply, have been very busy lately. Comments inline. On Fri, Apr 04, 2008 at 08:07:42PM +0100, Carlos Pereira wrote: > > 1) In GtkTreeview with GtkListStore, show always the first item as default, > when selec

Re: GtkTreeView: GTK_SELECTION_SINGLE not working?

2008-04-04 Thread Carlos Pereira
Thanks for replying! I certainly would be glad if proved wrong, but I see three problems here, two are human interface issues, the other is a technical issue. 1) In GtkTreeview with GtkListStore, show always the first item as default, w

Re: GtkTreeView: GTK_SELECTION_SINGLE not working?

2008-04-04 Thread Kristian Rietveld
Hello, Could you more precisely describe what you think is wrong? I quickly tested with GTK+ trunk and I do not see any problems. It is indeed the case that one row is basically always selected (both with single and browse mode) and the main difference between browse and single mode is that in b

GtkTreeView: GTK_SELECTION_SINGLE not working?

2008-03-25 Thread Carlos Pereira
Hi, For some strange reason GtkTreeview is not working in GTK_SELECTION_SINGLE mode, here (Fedora 8, Gtk 2.10, I believe). GTK_SELECTION_NONE, GTK_SELECTION_BROWSE, GTK_SELECTION_MULTIPLE work as expected, but GTK_SELECTION_SINGLE always behaves as GTK_SELECTION_BROWSE... so one row is always se