Re: position changed signal for paned widgets?

2005-10-09 Thread Olivier Sessink
Michael Matthews wrote: > I wish to store the position of my paned widgets in GConf. On startup > I set their initial position from the database, but when their > position is changed with the mouse, I would like to update their > position in the database. > > Is there some kind of "position change

position changed signal for paned widgets?

2005-10-09 Thread Michael Matthews
I wish to store the position of my paned widgets in GConf. On startup I set their initial position from the database, but when their position is changed with the mouse, I would like to update their position in the database. Is there some kind of "position changed" signal for paned widgets? I've

Re: Editable cells in a treeview

2005-10-09 Thread Olivier Sessink
Will Luesley wrote: > I had thought this might be a design problem I was trying to solve with > code. I've got a long list of items with a single attribute to set for > each, e.g > > | Field Name One | Some static info | User editable value > | Field Name Two | Static info | User edita

Re: g_spawning three processes: one after another only when...

2005-10-09 Thread Olivier Sessink
Colossus wrote: > Hi, > > I need to launch these three processes: > 1) bzip2 -dc archive.tar.bz2 > /tmp/foo.tar > 2) tar --delete -vf /tmp/foo.tar file_to_del > 3) bzip2 -c /tmp/foo.tar > archive.tar,bz2 > > only when each of them exits. Shall I use g_spawn_sync ? > How to code the run of all of