reduce flicker while resizing columns of GtkTreeView on Windows

2007-08-28 Thread Abirami.T
hi all, While trying to resize the GtkTreeView Columns on Windows Operating System, the text (label) in the column header seems to flicker (as the background of the treeview is visible.) This does not happen on Linux. What needs to be done to reduce this flicker so that the resize appears

Re: tree view column sizing problem

2007-08-28 Thread Allin Cottrell
Just for the record, if anyone else hits this. > I wrote: > > I have a tree view with 3 columns, which sits within a scrolled > > window. > > > > The middle column contains what can be quite a lengthy string. > > When the user opens the window in question, I'd like her to be > > visually awa

Re: tree view column sizing problem

2007-08-28 Thread Allin Cottrell
On Tue, 28 Aug 2007, Dave Howorth wrote: > Allin Cottrell wrote: > > I have a tree view with 3 columns, which sits within a scrolled > > window. > > > > The middle column contains what can be quite a lengthy string. > > When the user opens the window in question, I'd like her to be > > visua

Re: tree view column sizing problem

2007-08-28 Thread Dave Howorth
Allin Cottrell wrote: > I have a tree view with 3 columns, which sits within a scrolled > window. > > The middle column contains what can be quite a lengthy string. > When the user opens the window in question, I'd like her to be > visually aware that the third column is there: the problem is

tree view column sizing problem

2007-08-28 Thread Allin Cottrell
I have a tree view with 3 columns, which sits within a scrolled window. The middle column contains what can be quite a lengthy string. When the user opens the window in question, I'd like her to be visually aware that the third column is there: the problem is that with the columns autosized,