Re: GtkCellRendererToggle toggles when clicking on other cell renderers in same column

2009-08-15 Thread Grumpy Buffalo
I came up with a solution. I changed the GtkCellRendererText to a GtkCellRendererCombo. I didn't add any items to the combo or even set the model of the combo; the only property I set was the "editable" property to true. This created exactly the functionality I was looking for. The user can't even

Re: GTK application hangs in Windows and Wine, works fine in Linux

2009-08-15 Thread Tor Lillqvist
> it's open source > and the URL is here if you want to see the source code perhaps : > http://houbysoft.com/cc/ The download of fhe source code is hidden behind some silly enforced 30 second wait. If you want somebody to fix your problems in code, at least you could make it easier to see the sour

Toggle cell on a sorted treeviewcolumn loses selection

2009-08-15 Thread Nicolas SOUBEIRAN
Hi all, I have a weird case on a treeview that displays a sortable column with an activatable toggle cell renderer. If the column is sorted, when one activates the toggle, the tree is re-sorted (normal) but the selected row is changed (unexpected). I investigated and I found that when clicking o

Re: gtkAssistant

2009-08-15 Thread Tadej Borovšak
Hi. > The documentation says the first argument should be a page of the > assistant, which I assumed to be a number. What should I be putting in > there? I'm not sure what documentation you were looking for, but I would suggest you always have a look at C API reference too, since there are types