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
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
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
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