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 of

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

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 source

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: GZip{In,Out}putStream in GIO?

2009-08-15 Thread Tomeu Vizoso
On Fri, Aug 14, 2009 at 22:38, Shaun McCancesha...@gnome.org wrote: 2009/7/31 Brian J. Tarriconebj...@cornell.edu: On 07/31/2009 05:48 AM, Mikkel Kamstrup Erlandsen wrote:   From the looks of it, it should be straight forward to write GZip{In,Out}putStream classes based on zlib I'd say

Re: GZip{In,Out}putStream in GIO?

2009-08-15 Thread Morten Welinder
FWIW, Sugar uses zip quite extensively to bundle content and software and we would love to move from using python's zipfile to something glib-based. Why all this reinvent-the-wheel effort? libgsf gives you access to zipfiles and is glib based right now. Morten

Re: GZip{In,Out}putStream in GIO?

2009-08-15 Thread Tomeu Vizoso
On Sat, Aug 15, 2009 at 16:07, Morten Welindermort...@gnome.org wrote: FWIW, Sugar uses zip quite extensively to bundle content and software and we would love to move from using python's zipfile to something glib-based. Why all this reinvent-the-wheel effort?  libgsf gives you access to