Re: Not show selection of a tree view column

2007-07-26 Thread amol
Hi, instead of depending on treeview default key handling. you can capture key press event on treeview and try to use gtk_tree_view_set_cursor (). with treeviewcolumn set to text column. hope this solves ur problem. regards, Amol. On Thu, 2007-07-26 at 09:35 -0400, Dave Foster wrote: > Hi folks,

Re: Not show selection of a tree view column

2007-07-26 Thread Peter Clifton
On Thu, 2007-07-26 at 15:06 +0100, Dave Howorth wrote: > Peter Clifton wrote: > > I think a brand new widget might be needed - one which has a more > > "table" like rendering model. > > I presume a GtkTable isn't table-like enough :) GtkTable is a container for widgets, and (as far as I know) do

Re: Not show selection of a tree view column

2007-07-26 Thread Dave Howorth
Peter Clifton wrote: > I think a brand new widget might be needed - one which has a more > "table" like rendering model. I presume a GtkTable isn't table-like enough :) Cheers, Dave ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http:/

Re: Not show selection of a tree view column

2007-07-26 Thread Dave Foster
On 7/26/07, Peter Clifton <[EMAIL PROTECTED]> wrote: > I love the screen-shots, but I fear doing this properly is something > which GtkTreeView can't do. > > In an application I'm working on, I would really love to use a row which > spans columns for the purpose of rendering a: > "Click here to ad

Re: Not show selection of a tree view column

2007-07-26 Thread Peter Clifton
On Thu, 2007-07-26 at 09:35 -0400, Dave Foster wrote: > Hi folks, > > Was wondering if it was possible to have a column omitted from the selection > bar in a gtk treeview. I've made a custom renderer which displays a strip > of an image, so you can split that image over a number of rows. It look

Not show selection of a tree view column

2007-07-26 Thread Dave Foster
Hi folks, Was wondering if it was possible to have a column omitted from the selection bar in a gtk treeview. I've made a custom renderer which displays a strip of an image, so you can split that image over a number of rows. It looks terrible with selection rectangles behind it, even worse with